summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorTech SOGEECOM <tech@sogeecom.org>2016-09-22 15:13:47 -0400
committerTech SOGEECOM <tech@sogeecom.org>2016-09-22 15:13:47 -0400
commit2ecc85819566ed2ce6d6894a71fff32b416d8fb9 (patch)
treeb062b36eacf41c480470181a1b1c19c39e44a8e7 /manifests
parenta18c940b0195e76a7640818a7c7d92d289380c36 (diff)
fix issue #15
Diffstat (limited to 'manifests')
-rw-r--r--manifests/reboot_required_notify/jessie.pp2
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')