[Puppet Users] Clarification on mount type behaviour

2017-03-29 Thread apgriffiths79
Hi, >From my testing it seems that when managing mount resources puppet only compares the manifest against fstab and not mtab. For example if I have mount { '/tmp': ensure => mounted, options => 'noexec,nodev,nosuid', } And then do mount -o remount,exec /tmp I would expect the next

Re: [Puppet Users] Dependacies with Custom Types

2016-07-12 Thread apgriffiths79
I had a look at the Zabbix module. I think it works there as the dependency is in the provider rather than in the type. Having thought about some more I think it's easier to just remove the dependency on that module. On Tuesday, 12 July 2016 00:07:43 UTC+1, Rob Nelson wrote: > > I don't know

[Puppet Users] Dependacies with Custom Types

2016-07-11 Thread apgriffiths79
Hi, I have created a custom type which uses the ipaddress rubygem in the validation function. However, this package is not part of my standard build and I can find no way of installing it from Puppet as the catalog compilation fails with "Could not autoload *type*". Is there anyway to manage