Style cleanup: align ressources
1 parent b1031b3 commit 0e925e06d0d46ff9bc85275ad3333ef2d3b05252
@root root authored on 12 Aug 2012
Showing 5 changed files
View
2
■■■
manifests/allow.pp
define interfaces::allow ( $subsystem ) {
concat::fragment{"interfaces::allow-${subsystem}_${name}":
target => '/etc/network/interfaces',
target => '/etc/network/interfaces',
content => "allow-${subsystem} ${name}\n\n",
}
}
 
View
2
■■■
manifests/auto.pp
define interfaces::auto ( ) {
concat::fragment{"interfaces::auto_${name}":
target => '/etc/network/interfaces',
target => '/etc/network/interfaces',
content => "auto ${name}\n\n",
}
}
View
manifests/iface.pp
View
manifests/init.pp
View
manifests/mapping.pp