Kienan Stewart
55644f9e13
Change the aegir/drush_version preseed to use $package_name
...
All the other preseeds use $package_name. Change for consistency.
2017-03-25 21:35:07 -04:00
Kienan Stewart
1f228af34a
Set debconf preseed for aegir/webserver for the aegirX package
...
With nginx installed before hand, the aegir3 package still tried to
install and use apache2.
2017-03-25 21:33:34 -04:00
Kienan Stewart
01f7cd5940
Add support for installing with nginx webserver
...
Install nginx and php5-fpm or php7.0-fpm before installing aegir packge.
2017-03-25 20:54:10 -04:00
Kienan Stewart
7e91d20732
Remove old _metadata.json file
2017-03-24 20:14:08 -04:00
Kienan Stewart
f84238dbbe
Move metadata.json back into place and update required keys
...
The metadata.json was incomplete before and had the name changed to
allow r10k/librarian to install the module from source anyway.
2017-03-24 20:11:19 -04:00
Kienan Stewart
942206a71a
Update README.md with example and limitations
2017-03-24 20:10:59 -04:00
Kienan Stewart
4f3feb6b94
Replace array merges using '+' with concat() from stdlib
...
Puppet doesn't support variable reassignment, so using concat() from
the puppetlabs/stdlib seems to be easier than making up a series of
arbitrary variable names.
2017-03-24 18:32:22 -04:00
Kienan Stewart
0bd5a15637
Remove "+=" assignments from aegir::hostmaster
...
Puppet removed the "+=" and "-=" operators. Replaced with $a = $a +
$b, which requires Puppet 4.x. If compatibility with 3.x is desired,
the code needs to be changed to use an external function, like concat().
2017-03-24 18:22:57 -04:00
Kienan Stewart
cde365501c
added license
2016-11-30 16:35:41 -05:00
Kienan Stewart
24f1e677c4
Initial commit of aegir puppet module
2016-11-30 16:31:23 -05:00