Skip to content
Snippets Groups Projects

Test->production

Merged Magnus Toneby requested to merge test into production
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -13,7 +13,7 @@ class folioscripts::foliofront {
exec { 'create cert for':
creates => "${$basedir}/saml-cert.pem",
command => "/bin/openssl req -new -x509 -key ${$basedir}/privatekey.pem -out saml-cert.pem -days 3650",
command => "/bin/openssl req -new -x509 -key ${$basedir}/privatekey.pem -out ${$basedir}/saml-cert.pem -days 3650",
require => [Exec['create private key for'],],
}
Loading