Dear Puppet Folks, 

I am using Puppet 2.7.23 in our production environment for official 
purpose, I am newbie to Puppet, I am experiencing dynamic scope warning, I 
am trying to get rid and fix this problem, its throwing the 
error http://pastebin.com/5LVufDyT

I tried this http://docs.puppetlabs.com/guides/scope_and_puppet.html to fix 
but unable to understand the implementation.

 The code is for reference is included below:

_______________________
#
# AWS class for masterless base_server
#


#include base_server::cloud::aws

class base_server::cloud::aws::masterless {

 # $base_server::cloud::aws::masterless = 'true'
   $masterless = 'true'


  include base_server::cloud::aws

  class { "apt::sources_list::sensuapp" :
    stage => pre
  }

  include apt::sources_list::sensuapp

  # masterless puppet configure class.
  include cloud::masterless

  # metadata configuration script to be added in rc.local.
  file { "/usr/local/bin/sre_configure_instance.py" :
    ensure  => present,
    owner   => "root",
    group   => "root",
    mode    => "744",
    source  => 
"puppet:///modules/cloud/masterless/aws/usr/local/bin/sre_configure_instance.py"
  }

}

looking forward to fix the problem via suggestions.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/92c43581-050d-4503-847a-79ef02a501e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to