Uploaded image for project: 'Modules'
  1. Modules
  2. MODULES-4275

ACL module - Failed to apply catalog: undefined method `split' for :windows:Symbol

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • None
    • None
    • acl
    • None
    • Windows 7 SP1, Ruby 2.3.3 32-bit (from RubyInstaller, 7z version)

    • Hide

      Should work without an error, as it does with Ruby 2.2.

      Show
      Should work without an error, as it does with Ruby 2.2.
    • Modules
    • 33707
    • 1
    • Needs Assessment

    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

          Activity

            People

              glenn.sarti Glenn Sarti
              vanjan Jan Klosinski
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Zendesk Support