mirror of https://github.com/zulip/zulip.git
puppet: Fix indentation.
This commit is contained in:
parent
d6f4424102
commit
c56dd5ec4d
|
@ -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] ],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue