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/profile | |
parent | d2f031ece106ed2dc37283b194edfa94718a6306 (diff) | |
download | Puppet-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 @@ | |||
1 | define profile::postgresql_master ( | 1 | define profile::postgresql::master ( |
2 | $letsencrypt_host = undef, | 2 | $letsencrypt_host = undef, |
3 | $backup_hosts = [], | 3 | $backup_hosts = [], |
4 | ) { | 4 | ) { |