Sha256: 0a00f3dbeea66563ef96d7d630cca4c43caa24c7e037c073f5bd1ceb707fb1d4
Contents?: true
Size: 334 Bytes
Versions: 12
Compression:
Stored size: 334 Bytes
Contents
class role::acl { # ACL often causes failures such as this: # https://github.com/rodjek/rspec-puppet/issues/665 # # Onceover should handle this out of the box acl { 'L:\\SQLBackup': inherit_parent_permissions => false, permissions => [ { 'identity' => 'foo', 'rights' => ['read'] } ], } }
Version data entries
12 entries across 12 versions & 1 rubygems