fixing escape sequences

This commit is contained in:
James Fryman 2012-08-28 15:08:30 -05:00
parent 721fb2f79f
commit 3b7e191c1e

View file

@ -19,7 +19,7 @@ class nginx::package::redhat {
$os_type = downcase($::operatingsystem)
yumrepo { "nginx-release":
baseurl => "http://nginx.org/packages/${os_type}/${::lsbmajdistrelease}/$basearch/"
baseurl => "http://nginx.org/packages/${os_type}/${::lsbmajdistrelease}/\$basearch/",
descr => 'nginx repo',
enabled => '1',
gpgcheck => '0',