Puppet Class: badstation::apps
- Defined in:
- manifests/apps.pp
Overview
These are 3rd Party Apps that exist within the Opts directory:
3 4 5 6 7 8 9 10 |
# File 'manifests/apps.pp', line 3
class badstation::apps {
##
# Ensure the /opt directory exists
file {'/opt':
ensure => 'directory',
}
}
|