You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazon Linux is a derivative of RHEL6/CentOS6 and functions exactly the same, but for some reason your module fails.
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: OS: Amazon not supported at /etc/puppet/modules/nfs/manifests/params.pp:21 on node ops-backup
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
If I update the Params.pp file to add 'amazon' to the RHEL definition, then I get the following error.
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: No matching value for selector param 'undef' at /etc/puppet/modules/nfs/manifests/client/redhat/service.pp:17 on node ops-backup
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Here's the relevant facter info from an Amazon Linux instance
Amazon Linux is a derivative of RHEL6/CentOS6 and functions exactly the same, but for some reason your module fails.
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: OS: Amazon not supported at /etc/puppet/modules/nfs/manifests/params.pp:21 on node ops-backup
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
If I update the Params.pp file to add 'amazon' to the RHEL definition, then I get the following error.
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: No matching value for selector param 'undef' at /etc/puppet/modules/nfs/manifests/client/redhat/service.pp:17 on node ops-backup
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Here's the relevant facter info from an Amazon Linux instance
facter osfamily operatingsystem osmajor
operatingsystem => Amazon
osfamily => RedHat
osmajor =>
The text was updated successfully, but these errors were encountered: