(#11185) Fully qualify $operatingsystem
Fully qualify $operatingsystem from root scope as $::operatingsystem. This should help remove the warnings in Puppet 2.7.x.
This commit is contained in:
parent
c9030cdcd9
commit
92660497a2
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue