File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 74
74
# Reload has its own ordering, specified by other defines
75
75
class { "${pg}::reload" : require => Class[" ${pg} ::install" ] }
76
76
77
- anchor { "${pg}::start" : }
78
- -> class { " ${pg} ::install" : }
79
- -> class { " ${pg} ::initdb" : }
80
- -> class { " ${pg} ::config" : }
81
- -> class { " ${pg} ::service" : }
82
- -> class { " ${pg} ::passwd" : }
83
- -> anchor { " ${pg} ::end" : }
77
+ contain postgresql::server::install
78
+ contain postgresql::server::initdb
79
+ contain postgresql::server::config
80
+ contain postgresql::server::service
81
+ contain postgresql::server::passwd
82
+
83
+ Class[' postgresql::server::install' ]
84
+ -> Class[' postgresql::server::initdb' ]
85
+ -> Class[' postgresql::server::config' ]
86
+ -> Class[' postgresql::server::service' ]
87
+ -> Class[' postgresql::server::passwd' ]
84
88
}
You can’t perform that action at this time.
0 commit comments