summaryrefslogtreecommitdiff
path: root/manifests/unattended_upgrades.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-30 23:15:46 +0100
committermh <mh@immerda.ch>2009-10-30 23:15:46 +0100
commitae4c5a63745d2fcfd628b1876387496c5913e26d (patch)
treec2e6fda649da378521a4643916cf878686a2edb9 /manifests/unattended_upgrades.pp
parent211ea52187a15da556545b055dcf04f2bd759bb2 (diff)
fix typo
Diffstat (limited to 'manifests/unattended_upgrades.pp')
-rw-r--r--manifests/unattended_upgrades.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/unattended_upgrades.pp b/manifests/unattended_upgrades.pp
index 19b8308..aabf51d 100644
--- a/manifests/unattended_upgrades.pp
+++ b/manifests/unattended_upgrades.pp
@@ -1,6 +1,6 @@
class apt::unattended_upgrades {
package{'unattended-upgrades':
- ensure => present
+ ensure => present,
require => undef,
}