projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add video.debconf.org redirect on static (RT#7186)
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
pubsub
/
parameters.pp
1
# = Class: roles::pubsub::parameters
2
#
3
# Params for pubsub client
4
#
5
# == Sample Usage:
6
#
7
# include roles::pubsub::parameters
8
#
9
class roles::pubsub::parameters {
10
11
$rabbit_password = hkdf('/etc/puppet/secret', "mq-client-${::fqdn}")
12
}