Skip to content

Commit

Permalink
change package variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyt committed Dec 20, 2011
1 parent adee130 commit 4e589a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
case $operatingsystem {
"Ubuntu","Debian": {
$rubygems_package = 'rubygems'
$report_packages = ['ruby-dev']
$rubydev_package = 'ruby-dev'
}
"RedHat","CentOS","Fedora": {
$rubygems_package = 'rubygems'
$report_packages = ['ruby-devel']
$rubydev_packages = 'ruby-devel'
}
default: { notify{'Unsupported OS': message => 'The DataDog module only support Red Hat and Ubuntu derivatives'} }
}
Expand Down

0 comments on commit 4e589a5

Please sign in to comment.