Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo puppet apply -e 'include flume_ng' --modulepath=modules/ --hiera_config=/vagrant/puppet/hiera.yaml
- vagrant@puppetmaster:/vagrant/puppet$ sudo puppet apply -e 'include flume_ng' --modulepath=/vagrant/puppet/modules/ --hiera_config=/vagrant/puppet/hiera.yaml
- Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
- (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
- WARN: 2015-08-05 22:46:07 +0000: Ignoring configured merge_behavior
- WARN: 2015-08-05 22:46:07 +0000: Must have 'deep_merge' gem installed.
- Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type anchor at /vagrant/puppet/modules/flume_ng/manifests/init.pp:6 on node puppetmaster.example.com
- Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type anchor at /vagrant/puppet/modules/flume_ng/manifests/init.pp:6 on node puppetmaster.example.com
- class flume_ng (
- $cdh_version = $flume_ng::params::cdh_version
- ) inherits flume_ng::params {
- anchor { "${module_name}::begin": } ->
- class { "${module_name}::repo": } ->
- class { "${module_name}::install": } ->
- class { "${module_name}::configenv": } ->
- class { "${module_name}::service": }->
- anchor { "${module_name}::end": }
- }
Advertisement
Add Comment
Please, Sign In to add comment