dont print config diff when writing new config file
especially when using bindpw this should not be printed in plaintext also when bindpw will printed in plaintext, this will be stored plaintext in the report
This commit is contained in:
parent
7f59387532
commit
1cbfad7c65
@ -11,6 +11,7 @@ class nslcd::config inherits nslcd
|
||||
owner => $nslcd::config_user,
|
||||
group => $nslcd::config_group,
|
||||
mode => $nslcd::config_mode,
|
||||
show_diff => false
|
||||
content => template('nslcd/nslcd.erb'),
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user