diff --git a/manifests/init.pp b/manifests/init.pp index 539c418..acd1321 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -25,10 +25,7 @@ validate_bool($service_manage) validate_string($service_name) - # Based on https://github.com/puppetlabs/puppetlabs-ntp/blob/8db718ca76d05861b898e26764df1edb79bec989/manifests/init.pp#L65-L67 - # - # Anchor this as per #8040 - this ensures that classes won't float off and - # mess everything up. You can read about this at: + # Using anchor pattern based on known issue: # http://docs.puppetlabs.com/puppet/2.7/reference/lang_containment.html#known-issues anchor { 'orchestrator::begin': } -> class { '::orchestrator::install': } ->