Commit graph

9 commits

Author SHA1 Message Date
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