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:
a6a6be7
)
fix a typo in the onionbalance config file
author
Peter Palfrader
<peter@palfrader.org>
Fri, 29 Jul 2016 06:36:24 +0000
(08:36 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 29 Jul 2016 06:36:24 +0000
(08:36 +0200)
modules/onion/manifests/balance.pp
patch
|
blob
|
history
diff --git
a/modules/onion/manifests/balance.pp
b/modules/onion/manifests/balance.pp
index
80f3ea8
..
2d72573
100644
(file)
--- a/
modules/onion/manifests/balance.pp
+++ b/
modules/onion/manifests/balance.pp
@@
-27,6
+27,6
@@
class onion::balance {
concat::fragment { 'onion::balance::config_header':
target => "/etc/onionbalance/config.yaml",
order => 05,
- content => "service:\n",
+ content => "service
s
:\n",
}
}