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:
24d8633
)
put an ssl cert on salsa
author
Peter Palfrader
<peter@palfrader.org>
Fri, 1 Sep 2017 19:40:28 +0000
(19:40 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 1 Sep 2017 19:46:00 +0000
(19:46 +0000)
modules/salsa/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/salsa/manifests/init.pp
b/modules/salsa/manifests/init.pp
index
038986b
..
a0db08f
100644
(file)
--- a/
modules/salsa/manifests/init.pp
+++ b/
modules/salsa/manifests/init.pp
@@
-36,4
+36,9
@@
class salsa inherits salsa::params {
password: "${salsa::mail_password}"
| EOF
}
+
+ ssl::service { $servicename:
+ # notify => Exec['service apache2 reload'],
+ key => true,
+ }
}