Puppet Class: profile::wmcs::paws::common
- Defined in:
- modules/profile/manifests/wmcs/paws/common.pp
Overview
1 2 3 4 5 6 7 |
# File 'modules/profile/manifests/wmcs/paws/common.pp', line 1
class profile::wmcs::paws::common (
) {
motd::script { 'paws-banner':
ensure => present,
source => 'puppet:///modules/profile/wmcs/paws/paws-banner.sh',
}
}
|