diff options
author | Tech SOGEECOM <tech@sogeecom.org> | 2016-09-22 15:13:47 -0400 |
---|---|---|
committer | Tech SOGEECOM <tech@sogeecom.org> | 2016-09-22 15:13:47 -0400 |
commit | 2ecc85819566ed2ce6d6894a71fff32b416d8fb9 (patch) | |
tree | b062b36eacf41c480470181a1b1c19c39e44a8e7 | |
parent | a18c940b0195e76a7640818a7c7d92d289380c36 (diff) |
fix issue #15
-rw-r--r-- | manifests/reboot_required_notify/jessie.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/reboot_required_notify/jessie.pp b/manifests/reboot_required_notify/jessie.pp index 2de6b62..6aac2b7 100644 --- a/manifests/reboot_required_notify/jessie.pp +++ b/manifests/reboot_required_notify/jessie.pp @@ -1,4 +1,4 @@ -class apt::reboot_required_notify::jessie ($ensure = present) { +class apt::reboot_required_notify::jessie ($ensure = present) inherits apt{ if $::operatingsystemmajrelease == 8 and ! $::apt::use_backports { fail('apt::reboot_required_notify requires $apt::use_backports on Jessie') |