File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6969 }
7070
7171 exec { 'update_pgpass' :
72- command => " echo ${database_host} :${database_port} :${database_name} :${database_user} :${database_password_unsensitive} >> /root/.pgpass" ,
72+ command => Sensitive( " echo ${database_host} :${database_port} :${database_name} :${database_user} :${database_password_unsensitive} >> /root/.pgpass" ) ,
7373 path => " /bin:/usr/bin:/usr/local/sbin:/usr/local/bin:${database_path} " ,
74- unless => " grep \" ${database_host} :${database_port} :${database_name} :${database_user} :${database_password_unsensitive} \" /root/.pgpass" ,
74+ unless => Sensitive( " grep \" ${database_host} :${database_port} :${database_name} :${database_user} :${database_password_unsensitive} \" /root/.pgpass" ) ,
7575 require => File [' /root/.pgpass' ],
7676 }
7777
You can’t perform that action at this time.
0 commit comments