Hey Eric,
Thanks very much for the reply and info. I added that in and it now looks like:
file { "/var/lib/nfs/rpc_pipefs" :
ensure => "link" ,
onlyif => "['${::operatingsystemrelease}' = '12.04']" ,
target => "/run/rpc_pipefs" ,
}
Unfortunately, I'm getting this error:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter onlyif at /etc/puppet/modules/autofs/manifests/init.pp:17
I'm trying to do some reading about this now but just wanted to get this back because I very much appreciate the help.
Cheers,
Mike