summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-22 05:23:57 -0700
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-22 05:23:57 -0700
commitc5408ae4b17bc3b395b13d10c9473e15661d2d38 (patch)
treeadfc4339a5913bab1b43a39954b8dae2dd7d145c
parentb62fabbc2bb37908c44ded233e0f4bf479e45609 (diff)
parent84a7d92edb24bf45108394782acc00a6c0f9436d (diff)
Merge pull request #79 from 3flex/fix-bug-number-typo
correct anchor pattern bug number
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d3bc233..61a5ad9 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -21,7 +21,7 @@ class ntp (
include '::ntp::config'
include '::ntp::service'
- # Anchor this as per #8140 - this ensures that classes won't float off and
+ # Anchor this as per #8040 - this ensures that classes won't float off and
# mess everything up. You can read about this at:
# http://docs.puppetlabs.com/puppet/2.7/reference/lang_containment.html#known-issues
anchor { 'ntp::begin': }