From 84a7d92edb24bf45108394782acc00a6c0f9436d Mon Sep 17 00:00:00 2001 From: Matthew Haughton Date: Sun, 21 Jul 2013 18:52:35 -0400 Subject: correct anchor pattern bug number --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': } -- cgit v1.2.3