module-puppetdb/.gitignore
Ken Barber 59100fd6bc (PDB-2571) Ensure all managed ini files have correct permissions
Much like read-database.ini, we need to ensure the permissions for puppetdb.ini and others are set explicitly
to ensure permissions are still correct after configuration. Without this users with different umask
settings may find their files are no longer accessible after the module runs.

This patch fixes the globally for all the ini files we currently manage (repl.ini is not managed fwiw).

This also fixes a bug whereby we were missing puppetdb::server::global from the main server class, it adds this
back and fixes the tests to ensure we don't lose it.

Signed-off-by: Ken Barber <ken@bob.sh>
2016-05-12 18:31:50 +01:00

23 wiersze
415 B
Text

# Final publish location for module build
pkg/
# VIM files
*.swp
# Mac files
.DS_Store
# Generated directory for coverage results
coverage/
# Gem & bundler related files we do not want persisted to the repository
Gemfile.lock
.bundle
vendor/
# Used by rake spec, for temp modules and other test requirements
spec/fixtures/
# RVM files that are specific to developers implementation
.ruby-version
.ruby-gemset