Skip to content

Conversation

@gburiola
Copy link

@gburiola gburiola commented Apr 4, 2017

No description provided.

This is to avoid displaying the content of /etc/postfix/sasl_passwd
on puppet client logs

backup => false is also needed to prevent sensitive files from
being saved on the clientbucket (usually /var/lib/puppet/clientbucket)
This is useful in a situation where you have an encrypted /etc but
/var is not encrypted
source => $source,
ensure => $ensure,
show_diff => false,
backup => false,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

show_diff => false for postfix upstream to protect sasl password

This is to avoid displaying the content of /etc/postfix/sasl_passwd
on puppet client logs

backup => false is also needed to prevent sensitive files from
being saved on the clientbucket (usually /var/lib/puppet/clientbucket)
This is useful in a situation where you have an encrypted /etc but
/var is not encrypted

refreshonly => true,
cwd => $postfixdir,
subscribe => File["${postfixdir}/${title}"],
creates => "${postfixdir}/${title}.db".
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes issue described on #113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant