Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 6104

How to configure pp file to fetch user password from centralized location on puppet 4?

$
0
0
test.pp user {'user1': ensure => 'present', gid => 'testprog', password => crypt(get_dat_password('user1',hiera("${site}::${environment}::dat::user1::user1"),hiera("${site}::${environment}::dat::user1::user1_key")),'puppe t',$crypt_version), home => '/opt/user1', uid => '30193', } (get_dat_password - is script its working fine). The same setting is working in puppet 3.* but its not working in puppet 4.*. kindly let me know do we need to do any modification on puppet 4.*.

Viewing all articles
Browse latest Browse all 6104

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>