diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-28 02:38:10 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-28 02:38:55 +0200 |
commit | 436cae5ebfd889b1bf625b757939a57842b564da (patch) | |
tree | 2854f2f1da35262c839a25d17447a760272fc3f1 /modules/role/manifests | |
parent | d2f031ece106ed2dc37283b194edfa94718a6306 (diff) | |
download | Puppet-436cae5ebfd889b1bf625b757939a57842b564da.tar.gz Puppet-436cae5ebfd889b1bf625b757939a57842b564da.tar.zst Puppet-436cae5ebfd889b1bf625b757939a57842b564da.zip |
Rename file
Diffstat (limited to 'modules/role/manifests')
-rw-r--r-- | modules/role/manifests/etherpad.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 | } |