summaryrefslogtreecommitdiff
path: root/manifests/reboot_required_notify
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:46:37 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:46:37 -0500
commitc4e6f42e1b629e98ddeeb7c9821f1266f7295685 (patch)
tree838928225130d0616d868249080ae8966a80172d /manifests/reboot_required_notify
parentef6036e879f894697a03459501a994af930dc4f6 (diff)
fix missing/superfluous newline at the end/beginning of files
Diffstat (limited to 'manifests/reboot_required_notify')
-rw-r--r--manifests/reboot_required_notify/jessie.pp1
-rw-r--r--manifests/reboot_required_notify/wheezy.pp1
2 files changed, 0 insertions, 2 deletions
diff --git a/manifests/reboot_required_notify/jessie.pp b/manifests/reboot_required_notify/jessie.pp
index 2de6b62..b8800a3 100644
--- a/manifests/reboot_required_notify/jessie.pp
+++ b/manifests/reboot_required_notify/jessie.pp
@@ -24,5 +24,4 @@ class apt::reboot_required_notify::jessie ($ensure = present) {
ensure => $ensure,
require => Apt::Preferences_snippet['reboot-notifier'],
}
-
}
diff --git a/manifests/reboot_required_notify/wheezy.pp b/manifests/reboot_required_notify/wheezy.pp
index 06998ef..1ad46cd 100644
--- a/manifests/reboot_required_notify/wheezy.pp
+++ b/manifests/reboot_required_notify/wheezy.pp
@@ -19,5 +19,4 @@ class apt::reboot_required_notify::wheezy ($ensure = present) {
minute => 20,
require => Package['update-notifier-common'],
}
-
}