summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-08-29 08:42:24 -0700
committerAshley Penney <ashley.penney@puppetlabs.com>2013-08-29 08:42:24 -0700
commit8a554ab4b00e25f52a337c4c974fd89f44042957 (patch)
treecdb4ee2b1a8f9b8ac4935370f62e1405a3044034 /manifests/install.pp
parent8be3334e4ab71d778ebd6199d86822c0fb977291 (diff)
parent8528d604a4fdc6ab242f05d522d66dd4f1c90f3c (diff)
Merge pull request #91 from apenney/inheritsHEADmaster
Remove variables, switch to inherits.
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,