summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Haughton <matt@3flex.com.au>2013-07-21 18:52:35 -0400
committerMatthew Haughton <matt@3flex.com.au>2013-07-21 18:52:35 -0400
commit84a7d92edb24bf45108394782acc00a6c0f9436d (patch)
treeadfc4339a5913bab1b43a39954b8dae2dd7d145c
parentb62fabbc2bb37908c44ded233e0f4bf479e45609 (diff)
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': }