Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 6104

Resource type doesn't exist

$
0
0
Hello dear puppeteers, I am getting an error message from a puppetserver which I'm trying to understand; Error while evaluating a Virtual Query, Resource type nfs_mount doesn't exist Here's the code snipet triggering that error ( the **LAST** line ) : class profiles::nfs () { $mountlist = hiera_hash('profiles::nfs::mountlist') validate_legacy(Hash, 'validate_hash', $mountlist) create_resources('@::profiles::nfs_mount', $mountlist) Class['::profiles::system::nfs'] -> Nfs_mount <| |> } The resource **nfs_mount** is well defined in another manifest : define profiles::nfs_mount( $device, $mount_path, $mount_rights, $key = $name ) { ... } So why can't the puppetserver find it ? Thanks beforehand for any help

Viewing all articles
Browse latest Browse all 6104

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>