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:
2c62001
)
protect the password
author
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 18:52:50 +0000
(18:52 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 12 Jan 2014 18:52:50 +0000
(18:52 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/pubsub/client.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/pubsub/client.pp
b/modules/roles/manifests/pubsub/client.pp
index
3335ffe
..
7fe1a88
100644
(file)
--- a/
modules/roles/manifests/pubsub/client.pp
+++ b/
modules/roles/manifests/pubsub/client.pp
@@
-11,6
+11,7
@@
class roles::pubsub::client {
$rabbit_password = hkdf('/etc/puppet/secret', "mq-client-${name}")
file { '/etc/dsa/pubsub.conf':
- content => template('roles/pubsub/pubsub.conf.erb')
+ content => template('roles/pubsub/pubsub.conf.erb'),
+ mode => '0440'
}
}