Bugfix.
This commit is contained in:
parent
40d6b0b814
commit
022ea0c6e3
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ class soc::sso(
|
|||
#
|
||||
|
||||
if $ssotype == 'apache' {
|
||||
pakage { ['apache2', 'libapache2-mod-shib', 'shibboleth-sp-utils']:
|
||||
ensure => present
|
||||
package { ['apache2', 'libapache2-mod-shib', 'shibboleth-sp-utils']:
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
$shibbase = '/etc/shibboleth'
|
||||
|
|
Loading…
Add table
Reference in a new issue