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:
6742caf
)
add ruby-ldap to salsa
author
Peter Palfrader
<peter@palfrader.org>
Tue, 12 Sep 2017 20:09:05 +0000
(22:09 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 12 Sep 2017 20:09:05 +0000
(22:09 +0200)
modules/salsa/manifests/packages.pp
patch
|
blob
|
history
diff --git
a/modules/salsa/manifests/packages.pp
b/modules/salsa/manifests/packages.pp
index
b409093
..
e3c17ae
100644
(file)
--- a/
modules/salsa/manifests/packages.pp
+++ b/
modules/salsa/manifests/packages.pp
@@
-35,6
+35,7
@@
class salsa::packages inherits salsa {
$mgmt_requirements = [
'ansible',
'python-hkdf',
+ 'ruby-ldap',
]
ensure_packages($mgmt_requirements, { ensure => 'installed' })