Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin directory source doesn't work #197

Closed
dkerwin opened this issue Jun 4, 2014 · 2 comments
Closed

Plugin directory source doesn't work #197

dkerwin opened this issue Jun 4, 2014 · 2 comments

Comments

@dkerwin
Copy link

dkerwin commented Jun 4, 2014

This:

::sensu::plugin { "puppet:///modules/${module_name}/sensu/plugins":
    type => directory,
  }

leads to a duplicate definition of the file resource /etc/sensu/plugins (in package.pp and plugin.pp).

@pendolf
Copy link

pendolf commented Sep 15, 2014

Same issue,

  sensu::plugin:
    'puppet:///files/sensu-plugins':
      type: 'directory'
      install_path: '/etc/sensu/plugins' 

Duplicate declaration: File[/etc/sensu/plugins] is already declared in file /etc/puppet/modules/sensu/manifests/package.pp:63; cannot redeclare at /etc/puppet/modules/sensu/manifests/plugin.pp:81

zanloy added a commit to zanloy/sensu-puppet that referenced this issue Sep 17, 2014
@zanloy zanloy mentioned this issue Sep 17, 2014
@jamtur01
Copy link
Contributor

Fixed in #241

zanloy added a commit to zanloy/sensu-puppet that referenced this issue Sep 17, 2014
zanloy added a commit to zanloy/sensu-puppet that referenced this issue Sep 17, 2014
zanloy added a commit to zanloy/sensu-puppet that referenced this issue Sep 17, 2014
This was referenced Sep 17, 2014
jamtur01 added a commit that referenced this issue Sep 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants