summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorTech SOGEECOM <tech@sogeecom.org>2016-09-22 15:56:02 -0400
committerTech SOGEECOM <tech@sogeecom.org>2016-09-22 15:56:16 -0400
commite57b37aa884713b6ff6273235ca002ae438cfb4f (patch)
tree0b7fed452a10d87a81f9d25122039ae80cae5e91 /manifests
parent2ecc85819566ed2ce6d6894a71fff32b416d8fb9 (diff)
fix missing whitespace
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 6aac2b7..0dd6a18 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) inherits apt{
+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')