diff options
-rw-r--r-- | modules/base_installation/manifests/cronie.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/base_installation/manifests/cronie.pp b/modules/base_installation/manifests/cronie.pp index 72f2d8f..e8d5dfd 100644 --- a/modules/base_installation/manifests/cronie.pp +++ b/modules/base_installation/manifests/cronie.pp | |||
@@ -29,5 +29,12 @@ class base_installation::cronie inherits base_installation { | |||
29 | user => root, | 29 | user => root, |
30 | special => "reboot" | 30 | special => "reboot" |
31 | } | 31 | } |
32 | cron { 'pacman_keys': | ||
33 | ensure => present, | ||
34 | command => "pacman-key --populate archlinux", | ||
35 | user => root, | ||
36 | minute => "0", | ||
37 | hour => "1", | ||
38 | } | ||
32 | } | 39 | } |
33 | } | 40 | } |