Puppet Class: artifactory::service

Defined in:
manifests/service.pp

Overview

== Class artifactory::service

This class is meant to be called from artifactory. It ensure the service is running.



6
7
8
9
10
11
# File 'manifests/service.pp', line 6

class artifactory::service {

  service { 'artifactory':
    ensure => running,
  }
}