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

Add owner-, groupship and permissions to file resources #291

Closed
lbetz opened this issue Apr 24, 2017 · 3 comments
Closed

Add owner-, groupship and permissions to file resources #291

lbetz opened this issue Apr 24, 2017 · 3 comments
Milestone

Comments

@lbetz
Copy link
Contributor

lbetz commented Apr 24, 2017

to protect for wrong permissions set by default resource for file.

@bobapple bobapple added this to the v1.2.2 milestone Apr 28, 2017
@bobapple bobapple modified the milestones: v1.3.0, v1.2.2 May 11, 2017
@lbetz lbetz modified the milestones: v1.3.1, v1.3.0 Jun 26, 2017
@altona93
Copy link

Icinga does not start on Ubuntu when installed via Puppet due to the wrong permissions of /etc/icinga2. Fix should be easy.

either
file { $conf_dir:
ensure => directory,
owner => $user,
group => $group,
}
or remove the file resource completely as the dir will be created by the package with correct permissions anyway.

@lbetz
Copy link
Contributor Author

lbetz commented Sep 11, 2017

Management of $conf_dir is removed with #369.

@lbetz
Copy link
Contributor Author

lbetz commented Sep 25, 2017

Management of cons_dir is back again, and now with ownership and group.

@lbetz lbetz closed this as completed Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants