aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/templater/drupal8/files/Puppetfile12
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",