summaryrefslogtreecommitdiffstats
path: root/modules/nginx/manifests/service.pp
blob: bd09c64e6049d06b0bf9d91e3e5888f2e1ab0f0c (plain) (blame)
1
2
3
4
5
class nginx::service {
  service { 'nginx':
    ensure => running;
  }
}