diff --git a/manifests/interface.pp b/manifests/interface.pp index b610c4498596076653d93a9c9479e14e20aee02c..d9cae66bd6450e5e1f1d6ea216bcda59442b514c 100644 --- a/manifests/interface.pp +++ b/manifests/interface.pp @@ -250,6 +250,16 @@ # parameter.The Red Hat Enterprise Linux (7 )installation program currently # uses this to configure the layer mode (layer2) and the relative port # number (portno) of qeth devices. +# +# @example Configure a vlan interface: +# +# network::interface { 'ens18.252': +# method => 'static', +# ipaddress => '10.10.10.10', +# netmask => '255.255.255.0', +# type => 'vlan', +# } +# define network::interface ( $enable = true,