aboutsummaryrefslogtreecommitdiff
path: root/modules/profile
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 /modules/profile
parentd2f031ece106ed2dc37283b194edfa94718a6306 (diff)
downloadPuppet-436cae5ebfd889b1bf625b757939a57842b564da.tar.gz
Puppet-436cae5ebfd889b1bf625b757939a57842b564da.tar.zst
Puppet-436cae5ebfd889b1bf625b757939a57842b564da.zip
Rename file
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/manifests/postgresql/master.pp (renamed from modules/profile/manifests/postgresql_master.pp)2
1 files changed, 1 insertions, 1 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) {