puppet-watcher/manifests/init.pp

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
}