example42 / puppet-splunk

Splunk Puppet Module
http://www.example42.com
Other
12 stars 29 forks source link

new installs with install source create package provider file not folder which fails install #39

Closed anthonysomerset closed 7 years ago

anthonysomerset commented 7 years ago

Expected Behavior

package provider gets created as a file on target systems and not as a folder

Actual Behavior

package provider resource should be a folder

Steps to Reproduce the Problem

  1. include splunk class with an install source
  2. run puppet

PR to resolve coming