aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-28 02:38:10 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-28 02:38:55 +0200
commit436cae5ebfd889b1bf625b757939a57842b564da (patch)
tree2854f2f1da35262c839a25d17447a760272fc3f1
parentd2f031ece106ed2dc37283b194edfa94718a6306 (diff)
downloadPuppet-436cae5ebfd889b1bf625b757939a57842b564da.tar.gz
Puppet-436cae5ebfd889b1bf625b757939a57842b564da.tar.zst
Puppet-436cae5ebfd889b1bf625b757939a57842b564da.zip
Rename file
-rw-r--r--modules/profile/manifests/postgresql/master.pp (renamed from modules/profile/manifests/postgresql_master.pp)2
-rw-r--r--modules/role/manifests/etherpad.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/profile/manifests/postgresql_master.pp b/modules/profile/manifests/postgresql/master.pp
index 3de4f22..969905f 100644
--- a/modules/profile/manifests/postgresql_master.pp
+++ b/modules/profile/manifests/postgresql/master.pp
@@ -1,4 +1,4 @@
1define profile::postgresql_master ( 1define profile::postgresql::master (
2 $letsencrypt_host = undef, 2 $letsencrypt_host = undef,
3 $backup_hosts = [], 3 $backup_hosts = [],
4) { 4) {
diff --git a/modules/role/manifests/etherpad.pp b/modules/role/manifests/etherpad.pp
index 109da96..28b9eb6 100644
--- a/modules/role/manifests/etherpad.pp
+++ b/modules/role/manifests/etherpad.pp
@@ -87,7 +87,7 @@ class role::etherpad (
87 subscribe => Aur::Package["etherpad-lite"], 87 subscribe => Aur::Package["etherpad-lite"],
88 } 88 }
89 89
90 profile::postgresql_master { "postgresql master for etherpad": 90 profile::postgresql::master { "postgresql master for etherpad":
91 letsencrypt_host => $web_host, 91 letsencrypt_host => $web_host,
92 backup_hosts => ["backup-1"], 92 backup_hosts => ["backup-1"],
93 } 93 }