summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Honeycutt <github@garretthoneycutt.com>2011-11-10 11:30:39 -0800
committerGarrett Honeycutt <github@garretthoneycutt.com>2011-11-10 11:30:39 -0800
commit37596837b34870afb997a30509d4a8afa9af51f6 (patch)
tree3a8778917d31c39243e089ed33d8b13c2b7b390f
parent5a65579e95732443eacf4dee4221b5e0e384acea (diff)
parent53bd9c79f1aaf210aabd7a6850e836965095b248 (diff)
Merge pull request #4 from bodepd/10707_amazon_linux_support
(#10707) Add os linux to el list
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ee655f7..d7dd06c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -63,7 +63,7 @@ class ntp($servers="UNSET",
$servers_real = $servers
}
}
- centos, redhat, oel: {
+ centos, redhat, oel, linux: {
$supported = true
$pkg_name = [ "ntp" ]
$svc_name = "ntpd"