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
Currently paths under the ownership key in clump.yaml can not be nested.
If implementing this feature keep in mind cases such as:
ownership:
/foo/bar: jane
/foo: john
and debian where generated chown calls like the following
chown -R jane /foo/bar
chown -R john /foo
would not have desirable results.
The text was updated successfully, but these errors were encountered:
castedo
changed the title
chown command generation is in same order as ownership keys in yaml
support nested ownership paths
Jan 11, 2015
Currently paths under the ownership key in clump.yaml can not be nested.
If implementing this feature keep in mind cases such as:
ownership:
/foo/bar: jane
/foo: john
and debian where generated chown calls like the following
chown -R jane /foo/bar
chown -R john /foo
would not have desirable results.
The text was updated successfully, but these errors were encountered: