Puppet Class: profile::wmcs::nfs::ferm
- Defined in:
- modules/profile/manifests/wmcs/nfs/ferm.pp
Overview
3 4 5 6 7 8 9 |
# File 'modules/profile/manifests/wmcs/nfs/ferm.pp', line 3
class profile::wmcs::nfs::ferm {
ferm::service { 'labstore_nfs_nfs_service':
proto => 'tcp',
port => '2049',
srange => '(($LABS_NETWORKS $CLOUD_NETWORKS_PUBLIC))',
}
}
|