summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/services.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 01:06:04 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 01:06:04 -0400
commit77cd549fec79336be91a6537fd5670a6fd4fff14 (patch)
treea6df4945135c14d92477835df5f82baf2ecf784b /modules/tozt/manifests/services.pp
parenta20d1726effd87acc9aafe9fa00f46fe336bd708 (diff)
downloadpuppet-tozt-77cd549fec79336be91a6537fd5670a6fd4fff14.tar.gz
puppet-tozt-77cd549fec79336be91a6537fd5670a6fd4fff14.zip
fix package name
Diffstat (limited to 'modules/tozt/manifests/services.pp')
-rw-r--r--modules/tozt/manifests/services.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tozt/manifests/services.pp b/modules/tozt/manifests/services.pp
index 5b96873..ba0ca65 100644
--- a/modules/tozt/manifests/services.pp
+++ b/modules/tozt/manifests/services.pp
@@ -2,7 +2,7 @@ class tozt::services {
package {
[
"mlocate",
- "ntpd",
+ "ntp",
]:
ensure => installed,
}