Skip to content

Commit

Permalink
centos 7 correction
Browse files Browse the repository at this point in the history
  • Loading branch information
neillturner committed May 16, 2015
1 parent 6102291 commit fc9acfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/provisioner/puppet_apply.rb
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def install_busser

def install_puppet_yum_repo
<<-INSTALL
rhelversion=$(cat /etc/redhat-release | grep "release 7")
rhelversion=$(cat /etc/redhat-release | grep 'release 7')
# For CentOS7/RHEL7 the rdo release contains puppetlabs repo, creating conflict. Create temp-repo
#{sudo_env('curl')} -o /etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs http://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs
if [ -n "$rhelversion" ]; then
Expand Down

0 comments on commit fc9acfa

Please sign in to comment.