Skip to content

Instantly share code, notes, and snippets.

@robinbowes
Created June 26, 2012 14:39
Show Gist options
  • Save robinbowes/2996163 to your computer and use it in GitHub Desktop.
Save robinbowes/2996163 to your computer and use it in GitHub Desktop.
class mod_jk::config{
require
::mod_jk::install
include
::apache::configfile
apache::confdfile{'mod_jk.conf':
source => 'puppet:///modules/mod_jk/mod_jk.conf'
}
::mod_jk:config::workers{
'template':
order => 00,
content => template('mod_jk/workers/template.erb');
}
}
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class ::mod_jk::config for 426513-rs018.anaplan.com at /opt/puppet/mastertest/modules/mod_jk/manifests/init.pp:3 on node 426513-rs018.anaplan.com
class mod_jk {
include
::mod_jk::install,
::mod_jk::config
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment