-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
Description
Trying to install the cloudera yum repository for zookeeper on RHEL 7 as follows:
[mcassidy1@X]$ sudo /usr/local/bin/puppet apply -e 'class {"zookeeper::repo": source => 'cloudera', cdhver => '5' }' --noop --basemodulepath=$PWD --verbose
...
Error: Evaluation Error: Error while evaluating a Function Call, CDH version'5' is not a supported cloudera repo. at /home/mcassidy1/modules/zookeeper/manifests/repo.pp:59:17 on node X
The error message is generated by the default case of $cdhver in repo.pp; however the 5 value is a valid case. Why is it hitting the default?
Reactions are currently unavailable