puppet_resolvconf.git, branch master [puppet_resolvconf] Merge branch 'default_value' into 'master' 2015-07-31T14:50:53+00:00 Antoine Beaupré anarcat+gitlab@anarc.at 2015-07-31T14:50:53+00:00 3375d5a5e295bdd64f3af1f27159f49fd6be868e we should set tail to undef by default, so the module can be used without needing to set that option See merge request !2

we should set tail to undef by default, so the module can be used without needing to set that option



See merge request !2
we should set tail to undef by default, so the module can be used without needing to set that option 2015-07-31T03:28:42+00:00 mh mh@immerda.ch 2015-07-31T03:28:42+00:00 50968d62a05d1a717c87dca16208ce71f07d3ee8

add a more complete example and justification for $tail 2015-07-17T20:32:15+00:00 Antoine Beaupré anarcat@koumbit.org 2015-07-17T20:32:15+00:00 815ed9990397b5ec8486e69f22c018175ab7926c

use Google's nameservers instead of immerda's by default 2015-07-17T20:29:54+00:00 Antoine Beaupré anarcat@koumbit.org 2015-07-17T20:29:25+00:00 fafd92202f8482d4bf220057513ab238446c68fb according to an ally at Google, they do not correlate logs of queries to those nameservers and anonymise logs after 24 hours. therefore we consider it an acceptable tradeoff between reliability, availability and privacy. note that the previous default (presumably Immerda's nameservers) were not reachable while doing this commit so could not be tested for availability.
according to an ally at Google, they do not correlate logs of queries
to those nameservers and anonymise logs after 24 hours. therefore we
consider it an acceptable tradeoff between reliability, availability
and privacy.

note that the previous default (presumably Immerda's nameservers) were
not reachable while doing this commit so could not be tested for
availability.
refer to the resolv.conf manpage 2015-07-17T20:25:08+00:00 Antoine Beaupré anarcat@koumbit.org 2015-07-17T20:25:08+00:00 86b65002341bf14439cf472784fa59f47d439019

add license 2015-07-17T20:22:55+00:00 Antoine Beaupré anarcat@koumbit.org 2015-07-17T20:22:55+00:00 17d7364e7c8b5c356c7dae85c8d0911afe3a2619

add simple README file 2015-07-17T20:22:43+00:00 Antoine Beaupré anarcat@koumbit.org 2015-07-17T20:22:43+00:00 33c9745d0d6427bf2476d230cf0c878249d165ef

manage resolv.conf for DHCP hosts 2015-07-17T19:40:28+00:00 Antoine Beaupré anarcat@koumbit.org 2015-07-17T19:40:28+00:00 24770bd4e376eb5d95d38b00c5f8610382f471a1 this uses the resolvconf package from Debian, so may not be portable everywhere
this uses the resolvconf package from Debian, so may not be portable everywhere
fix typo 2015-07-17T17:42:57+00:00 Antoine Beaupré anarcat@koumbit.org 2015-07-17T17:42:57+00:00 ee34e3e9fd77032dfd06257979c534e896f4eeef

allow appending arbitrary stuff to the resolv.conf 2015-07-17T17:42:10+00:00 Antoine Beaupré anarcat@koumbit.org 2015-07-17T17:42:10+00:00 400add98326c8664db71a3138b0ec7b2948fb2e6 this is useful in Linux to add an 'options' line
this is useful in Linux to add an 'options' line