Skip to content

Commit

Permalink
Merge branch 'ticket/11185-fully-qualify'
Browse files Browse the repository at this point in the history
* ticket/11185-fully-qualify:
  (#11185) Fully qualify $operatingsystem
  • Loading branch information
kbarber committed Dec 5, 2011
2 parents c9030cd + 9266049 commit f2f773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Expand Up @@ -13,7 +13,7 @@
#
class mysql::params{
$socket = '/var/run/mysqld/mysqld.sock'
case $operatingsystem {
case $::operatingsystem {
'centos', 'redhat', 'fedora': {
$service_name = 'mysqld'
$client_package_name = 'mysql'
Expand Down

0 comments on commit f2f773c

Please sign in to comment.