summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorLutz Bader <bader@synyx.de>2015-08-14 13:05:45 +0200
committerLutz Bader <bader@synyx.de>2015-08-14 13:05:45 +0200
commite98e52de298b13b3808f6b50da16e8adff817389 (patch)
tree9d09b96be296d25d3ae0e80b3b4c55e6570b692b /manifests
parent7c837caa9be810a5821ebf4c52fe8aa7c5783719 (diff)
Add support for Raspbian
Diffstat (limited to 'manifests')
-rw-r--r--manifests/params.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 22c3052..27beac7 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -32,7 +32,7 @@ class unattended_upgrades::params {
}
case $xfacts['lsbdistid'] {
- 'debian': {
+ 'debian', 'raspbian': {
case $xfacts['lsbdistcodename'] {
'squeeze': {
$legacy_origin = true