aboutsummaryrefslogtreecommitdiff
path: root/share/templater/drupal8
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-01 11:32:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-01 11:32:45 -0200
commit489a96bd6e3507362e597776b2559658b2f93661 (patch)
treea713946fcd94533e732600d127998799a466a1f2 /share/templater/drupal8
parenta01424fd04145bed4170c18d1e61ff83b15bdd2b (diff)
downloadtemplater-489a96bd6e3507362e597776b2559658b2f93661.tar.gz
templater-489a96bd6e3507362e597776b2559658b2f93661.tar.bz2
Drupal 8: Puppetfile
Diffstat (limited to 'share/templater/drupal8')
-rw-r--r--share/templater/drupal8/Puppetfile32
-rwxr-xr-xshare/templater/drupal8/setup6
2 files changed, 38 insertions, 0 deletions
diff --git a/share/templater/drupal8/Puppetfile b/share/templater/drupal8/Puppetfile
new file mode 100644
index 0000000..23d7f71
--- /dev/null
+++ b/share/templater/drupal8/Puppetfile
@@ -0,0 +1,32 @@
+mod "apache",
+ :git => "https://git.fluxo.info/puppet-apache"
+mod "augeas",
+ :git => "https://git.fluxo.info/puppet-augeas"
+mod "backup",
+ :git => "https://git.fluxo.info/puppet-backup"
+mod "backupninja",
+ :git => "https://git.fluxo.info/puppet-backupninja"
+mod "concat",
+ :git => "https://git.fluxo.info/puppet-concat"
+mod "cron",
+ :git => "https://git.fluxo.info/puppet-cron"
+mod "domain_check",
+ :git => "https://git.fluxo.info/puppet-domain_check"
+mod "exim",
+ :git => "https://git.fluxo.info/puppet-exim"
+mod "lsb",
+ :git => "https://git.fluxo.info/puppet-lsb"
+mod "nodo",
+ :git => "https://git.fluxo.info/puppet-nodo"
+mod "rsyslog",
+ :git => "https://git.fluxo.info/puppet-rsyslog"
+mod "shellprompt",
+ :git => "https://git.fluxo.info/shellprompt"
+mod "sshd",
+ :git => "https://git.fluxo.info/puppet-sshd"
+mod "stdlib",
+ :git => "https://git.fluxo.info/puppet-stdlib"
+mod "user",
+ :git => "https://git.fluxo.info/puppet-user"
+mod "tunnel",
+ :git => "https://git.fluxo.info/puppet-tunnel"
diff --git a/share/templater/drupal8/setup b/share/templater/drupal8/setup
index 29efcaa..59b930d 100755
--- a/share/templater/drupal8/setup
+++ b/share/templater/drupal8/setup
@@ -46,6 +46,12 @@ function templater_drupal8 {
cp $SHARE/drupal8/files/drupal.make.yml .
fi
+ if [ ! -e "Puppetfile" ]; then
+ cp $SHARE/drupal8/files/Puppetfile .
+ else
+ cp $SHARE/drupal8/files/Puppetfile Puppetfile.drupal8
+ fi
+
mkdir -p files config themes modules libraries
mkdir -p vendor
else