example42 / puppet-nfs

Puppet module for NFS
Other
1 stars 12 forks source link

Update params.pp #14

Closed dagobert closed 8 years ago

dagobert commented 8 years ago

With parser = future this error is thrown:

Parameter noop failed on Package[nfs-common]: Invalid value "". Valid values are true, false.

undef is normally handled as false in eg. if statements with puppet. Is there a particular reason why you set the default to undef? noop must be true or false

Please create a new version on puppetlabs.

alvagante commented 8 years ago

As in other PR. LEt's remove all the noops!