
This is the initial commit for puppet-watcher. It has been automatically generated using cookiecutter[1] and msync[2] [1] https://github.com/openstack/puppet-openstack-cookiecutter [2] https://github.com/openstack/puppet-modulesync-configs Change-Id: I72a2df77b202c994b24887062544918903f3631b
15 lines
230 B
Puppet
15 lines
230 B
Puppet
# == Class: watcher
|
|
#
|
|
# Full description of class watcher here.
|
|
#
|
|
# === Parameters
|
|
#
|
|
# [*sample_parameter*]
|
|
# Explanation of what this parameter affects and what it defaults to.
|
|
#
|
|
class watcher {
|
|
|
|
include ::watcher::params
|
|
|
|
}
|