projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad141ce
)
whitespace/quoting: modules/roles/manifests/vote.pp (make lint happy)
author
Peter Palfrader
<peter@palfrader.org>
Sun, 15 Sep 2019 12:50:01 +0000
(14:50 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 15 Sep 2019 12:50:01 +0000
(14:50 +0200)
modules/roles/manifests/vote.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/vote.pp
b/modules/roles/manifests/vote.pp
index
a544e8e
..
46bf6e1
100644
(file)
--- a/
modules/roles/manifests/vote.pp
+++ b/
modules/roles/manifests/vote.pp
@@
-1,8
+1,8
@@
class roles::vote {
-
include apache2
+ include apache2
-
ssl::service { 'vote.debian.org':
-
notify
=> Exec['service apache2 reload'],
-
key
=> true,
-
}
+ ssl::service { 'vote.debian.org':
+
notify
=> Exec['service apache2 reload'],
+
key
=> true,
+ }
}