Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Install joomlatools/joomla-console-joomlatools plugin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rombauts committed Nov 26, 2015
1 parent dea134c commit 0289f7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ To get the diff for a specific change, go to https://github.com/joomlatools/joom
To view the diff between two versions, go to https://github.com/joomlatools/joomla-vagrant/compare/v1.0.0...v1.0.1

* 1.4.2 (2015-11-25)
* Added - `JOOMLATOOLS_BOX` version environment variable
* Added - Install [joomlatools/joomla-console-joomlatools](https://github.com/joomlatools/joomla-console-joomlatools) plugin by default
* Fixed - Always pass requests to /ZendServer end-point
* Fixed - Symlink `/opt/zray` to active Z-Ray installation to fix plugin gallery
* Fixed - Ensure that hostname is always set to `joomlatools` using Puppet configuration
* Improved - Use a single zray.ini file and zray.conf virtual host
* Improved - Disable Z-Ray on tools (dashboard, phpmyadmin, webgrind, pimpmylog)
* Improved - Decrease box size
* Added - `JOOMLATOOLS_BOX` version environment variable

* 1.4.1 (2015-11-11)
* Added - Install Z-Ray [Joomla](https://www.yireo.com/software/joomla-extensions/zray) and [Composer](https://github.com/zend-server-extensions/Z-Ray-Composer) plugins
Expand Down
8 changes: 8 additions & 0 deletions puppet/modules/scripts/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
environment => 'COMPOSER_HOME=/home/vagrant/.composer'
}

exec { 'add-console-joomlatools-plugin':
command => 'composer --working-dir=/home/vagrant/.composer/vendor/joomlatools/joomla-console/plugins require joomlatools/joomla-console-joomlatools --no-interaction',
unless => '[ -d /home/vagrant/.composer/vendor/joomlatools/joomla-console/plugins/vendor/joomlatools/joomla-console-joomlatools ]',
require => Exec['add-console'],
user => vagrant,
environment => 'COMPOSER_HOME=/home/vagrant/.composer'
}

file {'/home/vagrant/.bash_profile':
ensure => file,
owner => vagrant,
Expand Down

0 comments on commit 0289f7f

Please sign in to comment.