ffnord / ffnord-puppet-gateway

Deploy and manage your Freifunk community gateway, mostly compatible with Gluon.
15 stars 13 forks source link

Allow to disable unwanted modules like bird and tinc #67

Closed do9xe closed 9 years ago

do9xe commented 9 years ago

As already diskussed we should add the possibility to stop puppet from installing tinc, bird and bird6 on a server. This option should be configurable in the gateway.pp. Some Communitys don't use all modules like Kiel an Flensburg.

example:
bird => true
bird6 => false
tinc => true

wusel42 commented 9 years ago

I'd like to second this for Gütersloh & Müritz ;)

ohrensessel commented 9 years ago

since c41ac6e9ec9be5b366af10287ecff9fc026722dc there is the possibility to exclude bird4 or bird6 via the params module [1]. of course, one of both is needed if you want to have icvpn.

for tinc: simply do not use the icvpn module.

[1] https://github.com/ffnord/ffnord-puppet-gateway/blob/c41ac6e9ec9be5b366af10287ecff9fc026722dc/manifests/params.pp#L7-L8