puppet: Fix indentation.

This commit is contained in:
Alex Vandiver 2024-04-03 17:07:59 +00:00 committed by Tim Abbott
parent d6f4424102
commit c56dd5ec4d
1 changed files with 6 additions and 6 deletions

View File

@ -71,11 +71,11 @@ class zulip::profile::postgresql {
mode => '0644',
content => '',
}
}
}
exec { $zulip::postgresql_base::postgresql_restart:
require => Package[$zulip::postgresql_base::postgresql],
refreshonly => true,
subscribe => [ File[$postgresql_conf_file] ],
}
exec { $zulip::postgresql_base::postgresql_restart:
require => Package[$zulip::postgresql_base::postgresql],
refreshonly => true,
subscribe => [ File[$postgresql_conf_file] ],
}
}