summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/install.pp')
-rw-r--r--manifests/install.pp5
1 files changed, 1 insertions, 4 deletions
diff --git a/manifests/install.pp b/manifests/install.pp
index e175964..098949c 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -1,8 +1,5 @@
#
-class ntp::install {
-
- $package_ensure = $ntp::package_ensure
- $package_name = $ntp::package_name
+class ntp::install inherits ntp {
package { 'ntp':
ensure => $package_ensure,