summaryrefslogtreecommitdiffstats
path: root/tozt/cron/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tozt/cron/manifests/init.pp')
-rw-r--r--tozt/cron/manifests/init.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tozt/cron/manifests/init.pp b/tozt/cron/manifests/init.pp
deleted file mode 100644
index 9181c40..0000000
--- a/tozt/cron/manifests/init.pp
+++ /dev/null
@@ -1,11 +0,0 @@
-class cron {
- package { "cronie":
- ensure => installed,
- }
-
- service { 'cronie':
- ensure => running,
- enable => true,
- require => Package['cronie'];
- }
-}