Skip to content

Commit

Permalink
Missing commas in drush yumrepo definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsheltren committed Feb 27, 2014
1 parent 75520db commit 11f0ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/drush5.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

yumrepo { 'tag1-drush5':
descr => 'Tag1 Drush 5',
baseurl => "http://pkg.tag1consulting.com/drush/drush-5/el${::operatingsystemmajrelease}/noarch/"
baseurl => "http://pkg.tag1consulting.com/drush/drush-5/el${::operatingsystemmajrelease}/noarch/",
enabled => '1',
gpgcheck => '0',
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/drush6.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

yumrepo { 'tag1-drush6':
descr => 'Tag1 Drush 6',
baseurl => "http://pkg.tag1consulting.com/drush/drush-6/el${::operatingsystemmajrelease}/noarch/"
baseurl => "http://pkg.tag1consulting.com/drush/drush-6/el${::operatingsystemmajrelease}/noarch/",
enabled => '1',
gpgcheck => '0',
}
Expand Down

0 comments on commit 11f0ee8

Please sign in to comment.