Fixed admin.password template

This commit is contained in:
Eric Renfro 2016-07-16 19:12:05 -04:00
parent 73f104031f
commit 6331699cde
1 changed files with 1 additions and 3 deletions

View File

@ -176,9 +176,7 @@ template '/etc/ipa/admin.password' do
user 'root'
group 'root'
mode '0600'
variables (
password => passwords['ipa_user_pwd']
)
variables :password => passwords['ipa_user_pwd']
end
##### services