Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Windows 7 SP1, Ruby 2.3.3 32-bit (from RubyInstaller, 7z version)
Description
Given example manifest
# acl.pp
|
$destination_dir = 'c:/dev/tmp' |
|
acl { $destination_dir: |
permissions => [{
|
identity => 'Users', |
rights => ['read', 'execute'] |
}],
|
}
|
When I run puppet apply acl.pp
Then I receive an error:
Error: Failed to apply catalog: undefined method `split' for :windows:Symbol
|
Attachments
Issue Links
- relates to
-
MODULES-5051 ACL 2.0 doesn't work with corrective change
-
- Ready for Engineering
-
-
PUP-7382 Ensure current values are YAML serializable
-
- Closed
-
-
PA-799 Validate agent build with Ruby 2.3.3 (non-vmpooler platforms)
-
- Closed
-
-
PUP-7381 Consistently use encode_with for YAML serialization
-
- Closed
-
-
MODULES-4918 Supported Release (acl) 2.0.0 - (19 May 2017) - (89db2d1ba261a62b06f98be7c3cb4f3d151d43a6)
-
- Resolved
-