~clint-fewbar/charms/precise/collectd-server/trunk

« back to all changes in this revision

Viewing changes to manifests/collectd.pp

  • Committer: Clint Byrum
  • Date: 2012-09-19 02:23:39 UTC
  • Revision ID: clint@ubuntu.com-20120919022339-0je03nr2v73chpvg
need /etc/apache2 before writing confs to it

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
           group => root,
54
54
           mode => 644,
55
55
           content => template("collection3.conf.erb"),
56
 
           notify => Service[apache2]
 
56
           notify => Service[apache2],
 
57
           require => Package["apache2"]
57
58
        }
58
59
        exec { "open-graph-port":
59
60
            command => "/usr/bin/open-port ${config_graph_port}/TCP",