commit
173f59980a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class postgresql::server (
|
||||||
|
|
||||||
if ($ensure == 'present' or $ensure == true) {
|
if ($ensure == 'present' or $ensure == true) {
|
||||||
# Reload has its own ordering, specified by other defines
|
# Reload has its own ordering, specified by other defines
|
||||||
class { "${pg}::reload": }
|
class { "${pg}::reload": require => Class["${pg}::install"] }
|
||||||
|
|
||||||
anchor { "${pg}::start": }->
|
anchor { "${pg}::start": }->
|
||||||
class { "${pg}::install": }->
|
class { "${pg}::install": }->
|
||||||
|
|
Loading…
Reference in a new issue