summaryrefslogtreecommitdiffstats
path: root/modules/base/manifests/operatingsystem.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/manifests/operatingsystem.pp')
-rw-r--r--modules/base/manifests/operatingsystem.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/base/manifests/operatingsystem.pp b/modules/base/manifests/operatingsystem.pp
index e5425f3..4a65015 100644
--- a/modules/base/manifests/operatingsystem.pp
+++ b/modules/base/manifests/operatingsystem.pp
@@ -1,4 +1,6 @@
class base::operatingsystem {
+ include cron
+
file {
"/etc/locale.gen":
content => "en_US.UTF-8 UTF-8\n",
@@ -16,6 +18,10 @@ class base::operatingsystem {
content => template('base/hosts');
'/etc/yaourtrc':
source => 'puppet:///modules/base/yaourtrc';
+ '/etc/cron.hourly/pacman':
+ source => 'puppet:///modules/base/pacman-cron',
+ mode => '0755',
+ require => Class['cron'];
}
exec { "regen locale data":