summaryrefslogtreecommitdiff
path: root/manifests/sources_list.pp
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/sources_list.pp
parentef6036e879f894697a03459501a994af930dc4f6 (diff)
fix missing/superfluous newline at the end/beginning of files
Diffstat (limited to 'manifests/sources_list.pp')
-rw-r--r--manifests/sources_list.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/sources_list.pp b/manifests/sources_list.pp
index 22bc110..2fc7111 100644
--- a/manifests/sources_list.pp
+++ b/manifests/sources_list.pp
@@ -1,4 +1,5 @@
# Configure an apt source
+
define apt::sources_list (
$ensure = 'present',
$source = undef,