Puppet Class: conf::network::config::interfaces
- Defined in:
- manifests/network/config/interfaces.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does
7 8 9 10 11 12 13 |
# File 'manifests/network/config/interfaces.pp', line 7
class conf::network::config::interfaces {
file { "/etc/network/interfaces":
mode => 444,
owner => root,
group => root,
}
}
|