summaryrefslogtreecommitdiff
path: root/manifests/reboot_required_notify.pp
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@puscii.nl>2018-09-26 17:36:20 +0200
committerkwadronaut <kwadronaut@puscii.nl>2018-09-26 17:36:20 +0200
commit118bfb9ba8fc819b99861992c93f665792f94874 (patch)
tree29c83b322850e36d739d9ef3491049fedfba2dc7 /manifests/reboot_required_notify.pp
parent3bed48fba6ae35813b8c4413887aba5262c43689 (diff)
parent145b5238258827702ad3ac4a0a9713981209e1bc (diff)
Merge remote-tracking branch 'shared/master'
Diffstat (limited to 'manifests/reboot_required_notify.pp')
-rw-r--r--manifests/reboot_required_notify.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/reboot_required_notify.pp b/manifests/reboot_required_notify.pp
index 3463bb4..a538c9a 100644
--- a/manifests/reboot_required_notify.pp
+++ b/manifests/reboot_required_notify.pp
@@ -1,6 +1,6 @@
class apt::reboot_required_notify {
- if versioncmp($::operatingsystemmajrelease, 8) >= 0 {
+ if versioncmp($::operatingsystemmajrelease, '8') >= 0 {
class { 'apt::reboot_required_notify::jessie': }
# Clean up systems that were upgraded from Wheezy or earlier:
class { 'apt::reboot_required_notify::wheezy': ensure => absent }