Skip to content

Commit 3a54593

Browse files
author
Tom Krouper
authored
Merge pull request #8 from github/remove-example
Remove duplicate information
2 parents bd9ad7f + d15f291 commit 3a54593

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

manifests/init.pp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
validate_bool($service_manage)
2626
validate_string($service_name)
2727

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:
28+
# Using anchor pattern based on known issue:
3229
# http://docs.puppetlabs.com/puppet/2.7/reference/lang_containment.html#known-issues
3330
anchor { 'orchestrator::begin': } ->
3431
class { '::orchestrator::install': } ->

0 commit comments

Comments
 (0)