Added admin.password file
This commit is contained in:
parent
6331699cde
commit
1cf22fbfa3
2 changed files with 4 additions and 5 deletions
|
@ -171,12 +171,12 @@ else
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
template '/etc/ipa/admin.password' do
|
file '/etc/ipa/admin.password' do
|
||||||
source 'admin.password.erb'
|
content "#{passwords['ipa_user_pwd']}"
|
||||||
user 'root'
|
owner 'root'
|
||||||
group 'root'
|
group 'root'
|
||||||
mode '0600'
|
mode '0600'
|
||||||
variables :password => passwords['ipa_user_pwd']
|
sensitive true
|
||||||
end
|
end
|
||||||
|
|
||||||
##### services
|
##### services
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
<%= password -%>
|
|
Loading…
Reference in a new issue