Commit graph

13 commits

Author SHA1 Message Date
mh
4e80b272f6 make it possible to pass a hash of options for further configuration 2016-03-04 11:27:38 +01:00
mh
849c4dba1f make it possible to also overwrite the address that is exported 2016-02-25 16:23:02 +01:00
mh
f42cfb8453 make it possible to export a different port e.g. for nodes behind NAT 2016-02-25 15:27:28 +01:00
mh
4e22ae9781 abstract the tinc host part into its own define 2015-01-11 14:22:18 +01:00
mh
7468b8ace6 collect the right exports 2015-01-03 22:32:09 +01:00
mh
b415a8bf43 correct regexp 2015-01-03 22:05:43 +01:00
mh
cdd8320661 remove unnecessary fragment 2015-01-03 21:50:01 +01:00
mh
1f8a01acf5 this require is nonsense -> dep cycle 2015-01-03 21:16:44 +01:00
mh
f84d4003a0 this is not called line 2015-01-03 21:09:01 +01:00
mh
bb4c08b12e correct function 2015-01-03 20:59:19 +01:00
mh
512864bec6 typo 2015-01-03 20:56:11 +01:00
mh
6aa488e815 this registration is only for non systemd systems 2015-01-03 14:31:29 +01:00
mh
06aa8b9c4e refactor module to a more modern approach
- use concat instead of file_line, which makes cleaning up files
  much easier resp. automagically.
- don't use the puppetmaster as an intermediate registry to
  get the set of hosts to connect to. This way we have one
  dependency less on the puppetmaster and don't need to depend on
  an additional puppet run on the master to include a new client.
- make the setup more modular and choose a better naming so that
  it actually fits more what it does and also it will allow us
  to add more type of networks much easier in the future.
2015-01-03 14:13:05 +01:00