Puppet Class: conf::network::config::interfaces

Defined in:
manifests/network/config/interfaces.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::network::config::interfaces


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,
  }
}