Skip to content

Commit

Permalink
Resolve deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
loe committed Feb 29, 2012
1 parent 783d9d2 commit 5e8cae8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/dependencies.pp
Expand Up @@ -20,7 +20,7 @@

class bprobe::dependencies {

case $operatingsystem {
case $::operatingsystem {
'redhat', 'centos': {

file { '/etc/pki/rpm-gpg/RPM-GPG-KEY-Boundary':
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Expand Up @@ -27,7 +27,7 @@
$collector = $bprobe::params::collector
$collector_port = $bprobe::params::collector_port

boundary_meter { $fqdn:
boundary_meter { $::fqdn:
ensure => present,
id => $id,
apikey => $apikey,
Expand Down
2 changes: 1 addition & 1 deletion templates/apt_source.erb
@@ -1,2 +1,2 @@
# deb https://apt.boundary.com/ubuntu/ <%= lsbdistcodename %> universe
# deb https://apt.boundary.com/ubuntu/ <%= scope.lookupvar("::lsbdistcodename") %> universe
deb https://apt.boundary.com/ubuntu/ lucid universe

0 comments on commit 5e8cae8

Please sign in to comment.