Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safer management of .db files #114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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.

None yet

1 participant