summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
authorAshley Penney <apenney@gmail.com>2013-07-10 16:09:44 -0700
committerAshley Penney <apenney@gmail.com>2013-07-10 16:09:44 -0700
commit1b357eb5e2cf3f84b85a881433a8d9a44414eb23 (patch)
treea9d093f6038ca0f651409456626f6d94a287c309 /manifests/install.pp
parentf9045347c3751e8184aee9d5d23a86961c5c35e6 (diff)
parent8b4cea68bcb8fd1eb0d614209cd78a68ec4ebd6b (diff)
Merge pull request #68 from apenney/rc-fixes
Formatting fixes for the rc
Diffstat (limited to 'manifests/install.pp')
-rw-r--r--manifests/install.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/install.pp b/manifests/install.pp
index 95d225b..94cb080 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -1,4 +1,4 @@
-class ntp::install(
+class ntp::install (
$package_ensure = $ntp::package_ensure,
$package_name = $ntp::package_name,
) inherits ntp {