/[adm]/puppet/modules/puppet/manifests/thin.pp
ViewVC logotype

Diff of /puppet/modules/puppet/manifests/thin.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2451 by misc, Sun Feb 19 17:45:12 2012 UTC revision 2452 by misc, Sun Feb 19 17:45:13 2012 UTC
# Line 12  class puppet::thin { Line 12  class puppet::thin {
12          content => "Listen 8140",          content => "Listen 8140",
13      }      }
14    
15        $service_name = 'thin_puppet_master'
16      file { '/etc/puppet/thin.yml':      file { '/etc/puppet/thin.yml':
17          content => template('puppet/thin.yml'),          content => template('puppet/thin.yml'),
18      }      }
19    
20        file { '/usr/local/share/puppet.config.ru':
21            content => template('puppet/config.ru'),
22        }
23  }  }

Legend:
Removed from v.2451  
changed lines
  Added in v.2452

  ViewVC Help
Powered by ViewVC 1.1.30