Displaying 1 result from an estimated 1 matches for "inherit_objects_on".
Did you mean:
  inherit_objects_only
  
2013 Oct 25
4
Puppet and Windows ACLs (Access Control Lists)
...''bob'' => [''mwrx''],
    ''SomeDomain\Lisa'' => [x10000000,''allow'',''inherit'',''one_level''],
    ''S-5-1-18'' => [''wrx'',''deny'',''inherit_objects_only'',''inherit_only'']
  },
}
acl { ''c:/windows/temp/locked_dir'':
  ensure => exact,
  permissions => {
    ''Administrators'' => [''full'']
  },
}
Before you have an opportunity to look at the proposal and comment...