diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-01 14:16:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-01 14:16:21 -0200 |
commit | 36670df5de8c5afdf88d0aa4bccbeaf5fb939221 (patch) | |
tree | 6034c344b77c2476730e399881b5d55f9cb29d03 /share | |
parent | 968b1bb6c6cef48a57ddf1985431b42f4faff674 (diff) | |
download | templater-36670df5de8c5afdf88d0aa4bccbeaf5fb939221.tar.gz templater-36670df5de8c5afdf88d0aa4bccbeaf5fb939221.tar.bz2 |
Drupal 8: updates Puppetfile
Diffstat (limited to 'share')
-rw-r--r-- | share/templater/drupal8/files/Puppetfile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/templater/drupal8/files/Puppetfile b/share/templater/drupal8/files/Puppetfile index 6fa3080..85b9e3c 100644 --- a/share/templater/drupal8/files/Puppetfile +++ b/share/templater/drupal8/files/Puppetfile @@ -4,7 +4,8 @@ mod "augeas", mod "backup", :git => "https://git.fluxo.info/puppet-backup" mod "backupninja", - :git => "https://git.fluxo.info/puppet-backupninja" + :git => "https://git.fluxo.info/puppet-backupninja", + :ref => "develop" mod "concat", :git => "https://git.fluxo.info/puppet-concat" mod "cron", @@ -22,7 +23,10 @@ mod "rsyslog", mod "shellprompt", :git => "https://git.fluxo.info/shellprompt" mod "sshd", - :git => "https://git.fluxo.info/puppet-sshd" + :git => "https://git.fluxo.info/puppet-sshd", + :ref => "develop" +mod "ssl", + :git => "https://git.fluxo.info/puppet-ssl" mod "stdlib", :git => "https://git.fluxo.info/puppet-stdlib" mod "user", @@ -31,6 +35,10 @@ mod "tunnel", :git => "https://git.fluxo.info/puppet-tunnel" # Additional modules +mod "mysql", + :git => "https://git.fluxo.info/puppet-mysql" +mod "database", + :git => "https://git.fluxo.info/puppet-database" mod "apache", :git => "https://git.fluxo.info/puppet-apache" mod "php", |