Created
          June 26, 2012 14:39 
        
      - 
      
- 
        Save robinbowes/2996163 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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'); | |
| } | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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