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',
|
mode => '0644',
|
||||||
content => '',
|
content => '',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { $zulip::postgresql_base::postgresql_restart:
|
exec { $zulip::postgresql_base::postgresql_restart:
|
||||||
require => Package[$zulip::postgresql_base::postgresql],
|
require => Package[$zulip::postgresql_base::postgresql],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
subscribe => [ File[$postgresql_conf_file] ],
|
subscribe => [ File[$postgresql_conf_file] ],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue