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

Allow defining empty directories #31

Open
msmall-cotm opened this issue Mar 1, 2013 · 1 comment
Open

Allow defining empty directories #31

msmall-cotm opened this issue Mar 1, 2013 · 1 comment

Comments

@msmall-cotm
Copy link

I don't believe the plugin currently allows empty directories to be specified in the RPM spec. For example, I would like the RPM on installation to create an empty directory /var/log/foo (owned by the user and group 'foo'). Is there a mechanism for doing so? If not, can this feature be added? I'm thinking something along the lines of:

empty ("/var/log/foo") {
  dirMode 0755
  user "foo"
  group "foo"
}
@bburnell
Copy link

bburnell commented Feb 1, 2014

Was there a response / solution for this question?

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

No branches or pull requests

2 participants