Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed alert to fail if OS is not supported
When attempting install a repo on an unsuported OS we should fail as soon as possible rather than alterting and atempting to continue and letting puppet spewing out numerous "failed dependancies". Note sure if it's my puppet setup but I don't see anything on the console when attempting to debug. Before: puppet agent -tvd --logdest console 2>&1 | grep -i sensu | grep -i "not supported" After: puppet agent -tvd --logdest console 2>&1 | grep -i sensu | grep -i "not supported" Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Scientific not supported yet at /etc/puppet/environments/production/modules/sensu/manifests/package.pp:21
- Loading branch information