Closed discreet closed 8 years ago
In the yas3fs::mount define the reload of the service has a static namevar which causes a duplicate declaration error when you have multiple resources declared. This should be made to be dynamic like the rest of the resources in the define.
https://github.com/pcfens/puppet-yas3fs/blob/master/manifests/mount.pp#L43-L52
If I have the free time, I'll submit the PR in the next few days.
Thanks. I pushed a fix up to the forge as v0.3.3.
In the yas3fs::mount define the reload of the service has a static namevar which causes a duplicate declaration error when you have multiple resources declared. This should be made to be dynamic like the rest of the resources in the define.
https://github.com/pcfens/puppet-yas3fs/blob/master/manifests/mount.pp#L43-L52
If I have the free time, I'll submit the PR in the next few days.