summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-10 16:07:36 -0400
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-10 16:07:36 -0400
commitc93107ce17464763e67a0534093e260eeacaddc3 (patch)
treedcca20e23197f30abfff1af9672baef6ddc3d551 /manifests/init.pp
parentf9045347c3751e8184aee9d5d23a86961c5c35e6 (diff)
Ensure the spacing between class and ( is consistent.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 6d594c3..44e310b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,4 +1,4 @@
-class ntp(
+class ntp (
$autoupdate = $ntp::params::autoupdate,
$config = $ntp::params::config,
$config_template = $ntp::params::config_template,