Commit graph

58 commits

Author SHA1 Message Date
Ossi Salmi
1664ecba80 network: Fix restarting network on Ubuntu 2014-11-12 15:23:54 +02:00
Ossi Salmi
8e8baaa349 network: Fix ipv6enabled fact 2014-04-07 10:43:10 +03:00
Ossi Salmi
814432244b network: Fix ipv6enabled fact with facter 2.0 2014-04-06 20:52:56 +03:00
Ossi Salmi
f0ba468fcc network: Lint and style fixes 2013-12-03 13:41:21 +02:00
Ossi Salmi
d314f408c5 network: Compatibility fix for puppetmaster 2.6 2013-12-03 13:03:17 +02:00
8a2f0b6e5b network: Added OpenWRT support to network::hostname. 2013-11-26 23:41:18 +02:00
Ossi Salmi
79c189a4f3 network: Remove unnecessary newline and options from hostname.if.erb 2013-11-06 12:04:05 +02:00
Ossi Herrala
1f0880ceef network, openbsd: Do not output unneccessary newlines when options not present. 2013-10-30 07:08:23 +00:00
Ossi Herrala
14a06d8119 network: Do not output empty lines if no options defined. 2013-10-30 07:05:56 +00:00
Ossi Herrala
36eb38017e network: Move options in OpenBSD to top of /etc/hostname.if so device can be created before using it, etc. 2013-10-30 07:05:56 +00:00
75177d2403 network: Fixed passing multiple options to network::carp define. 2013-10-08 13:21:26 +03:00
Ossi Salmi
ed1b6526ca network: Fix network::carp for puppet 2.6 2013-10-07 15:35:53 +03:00
98b89b0fe0 network: Fixed setting hostname during Fedora 19 kickstart. 2013-09-17 15:27:45 +03:00
Ossi Salmi
5bb9db292f network: Fixed rtadvd service name on OpenBSD 2013-07-27 12:36:15 +03:00
Ossi Salmi
58b1817263 network: Added postcmd paramter for network::carp 2013-07-09 15:02:10 +03:00
2c0daef37b network: Rewrote ipv6enabled fact to use ping instead of ifconfig. 2013-06-14 17:01:51 +03:00
d15419f0d0 network: Changed get_address_after_token function name from ipv6enabled fact to prevent collision with ipaddress6 fact. 2013-06-10 13:08:24 +03:00
cb88e1aa0a network: Added ipv6enabled fact. 2013-06-10 12:48:42 +03:00
Ossi Salmi
173791faef network: Instance variable fix in ifcfg-if.erb 2013-05-27 14:40:12 +03:00
Ossi Salmi
658c9e74a4 More instance variable cleanup 2013-05-24 10:41:30 +03:00
Ossi Salmi
0e4f99b1bc More instance variable cleanup 2013-05-24 10:29:11 +03:00
Ossi Salmi
dc51af1ca2 Updated all templates to use instance variables 2013-05-05 00:07:55 +03:00
d030bd2d78 Fixed network::hostname for Fedora 18. 2013-01-17 11:16:15 +02:00
Ossi Salmi
29c6eb5b4d Merge tmakinen/puppet
Conflicts:
	dns/manifests/init.pp
2012-12-03 00:23:32 +02:00
Ossi Herrala
250819a34e Add priority high (:raflags#8:) for rtadvd.conf. 2012-11-22 14:35:01 +00:00
Ossi Herrala
694ff90e52 Rename network::ipv6prefix define to network::routeradvertisement::ipv6prefix. 2012-11-22 11:48:16 +00:00
Ossi Herrala
f03286e5e3 Add templates for radvd.conf (Centos/RHEL) and rtadvd.conf (OpenBSD). 2012-11-22 11:21:50 +00:00
Ossi Herrala
8b75fc924e Router Advertisement daemon support for CentOS/RHEL and OpenBSD. 2012-11-22 11:19:04 +00:00
aes_ng
b6d34a1cf2 Fixed DNS templates and added support for Ubuntu 12.04 's way of creating resolv.conf. 2012-11-19 11:10:54 +02:00
Ossi Salmi
24ecb51f6f Added support for RHEL and did some syntax cleaning
Assume that "RedHat" also works where "CentOS" does.
2012-09-05 17:29:36 +03:00
5fd54dfcfc Moved network::hostname to bootstrap phase. 2012-08-15 10:16:30 +03:00
747ac729b1 Fixed setting gatewaydev when no ipv4 router is given. 2012-08-14 16:23:43 +03:00
d880581e56 Added support for custom options into network::trunk 2012-04-20 09:43:23 +03:00
19049e0273 Fixed spelling mistake from network::route. 2012-03-31 14:11:09 +03:00
84edcd61ed Fixed "unquoted file mode" errors given by puppet-lint. 2012-03-27 16:10:01 +03:00
34c36045fa Fixing puppet-lint errors. 2012-03-27 14:41:39 +03:00
Ossi Salmi
6ed4c9aafd Added options parameter for network::vlan
Allows adding VLAN interfaces to bridges.
2012-03-13 14:15:04 +02:00
Ossi Herrala
9b2b56b53b Change IPv4 gateway to empty string so IPv6 only default routes are
possible. Add fail when trying to set custom IPv6 routes. Someone will
fix it someday when there's need.
2012-02-06 14:43:21 +00:00
Ossi Herrala
1906368545 Make it possible to set IPv6 only default route in CentOS/Fedora. 2012-02-06 14:24:19 +00:00
946d5691c1 Added support for static routes on CentOS and Fedora. 2012-02-06 16:03:44 +02:00
Ossi Salmi
6013834928 Added support for bridge interfaces on Centos and Fedora 2011-07-20 09:07:36 +03:00
f64fe99dbc Added network::hostname class which sets hostname according to $homename fact. 2011-05-18 09:00:52 +03:00
fddcfd0eb9 Added support for setting static IPv6 default gateway on OpenBSD and RedHat. 2011-03-16 15:12:47 +02:00
a12b62bea5 Fixed static IPv6 addresses from RedHat style network configuration. 2011-03-16 15:04:56 +02:00
9ec1334414 Added explicit deletion of default route when network is restarted in OpenBSD. 2011-03-14 14:54:42 +02:00
d5df1b9692 Added postcmd option to network::interface and removed ipv6 autoconfiguration from OpenBSD carp interfaces. 2011-03-14 11:29:38 +02:00
c3d3bf2785 Fixed duplicate default routes from openbsd pppoe interfaces. 2011-03-11 20:42:35 +02:00
Ossi Salmi
583148f871 Added class for disabling NetworkManager 2011-03-09 14:41:07 +02:00
Ossi Salmi
7a9911a54d Added udev configuration for network interfaces on Ubuntu 2011-03-09 14:41:06 +02:00
Ossi Salmi
0a11cf20aa Fixed network config updating on Ubuntu 2011-03-09 14:41:05 +02:00