voxpupuli / puppet-network

Types and providers to manage network interfaces
https://forge.puppet.com/puppet/network
Apache License 2.0
66 stars 108 forks source link

fix "absent" options #161

Closed igalic closed 8 years ago

igalic commented 8 years ago

analogous to redhat, we check if options are absent, before appending them to the file. This fixes #160

bastelfreak commented 8 years ago

maybe change the ternary. IMO it is not very readable in combination with the encapsulation and <<. Rest looks fine :+1: