You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: