We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd9ad7f + d15f291 commit 3a54593Copy full SHA for 3a54593
manifests/init.pp
@@ -25,10 +25,7 @@
25
validate_bool($service_manage)
26
validate_string($service_name)
27
28
- # Based on https://github.com/puppetlabs/puppetlabs-ntp/blob/8db718ca76d05861b898e26764df1edb79bec989/manifests/init.pp#L65-L67
29
- #
30
- # Anchor this as per #8040 - this ensures that classes won't float off and
31
- # mess everything up. You can read about this at:
+ # Using anchor pattern based on known issue:
32
# http://docs.puppetlabs.com/puppet/2.7/reference/lang_containment.html#known-issues
33
anchor { 'orchestrator::begin': } ->
34
class { '::orchestrator::install': } ->
0 commit comments