diff options
Diffstat (limited to 'modules/role')
-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 | } |