Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Ruby compile errors on provider #1

Description

@silfreed

I cloned the repo a little bit ago after seeing your comment on the puppetlabs bug, but I'm seeing this error when trying to run the provider:

$ ruby -c lib/puppet/provider/acl/postixacl.rb
lib/puppet/provider/acl/postixacl.rb:10: syntax error, unexpected kDO, expecting '\n' or ';'
lib/puppet/provider/acl/postixacl.rb:12: syntax error, unexpected tIDENTIFIER, expecting kEND
        setfacl '-m' perm @resource[:name]
                         ^
lib/puppet/provider/acl/postixacl.rb:16: syntax error, unexpected kDO, expecting '\n' or ';'
lib/puppet/provider/acl/postixacl.rb:18: syntax error, unexpected tIDENTIFIER, expecting kEND
        setfacl '-x' perm @resource[:name]
                         ^
lib/puppet/provider/acl/postixacl.rb:20: syntax error, unexpected kEND, expecting $end
$ ruby -v
ruby 1.8.7 (2011-12-28 patchlevel 357) [x86_64-linux]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions