search for: resolv_conf

Displaying 6 results from an estimated 6 matches for "resolv_conf".

2010 Apr 21
1
Overriding a resource created in a define
I''m using the resolv.conf pattern described here: http://projects.puppetlabs.com/projects/puppet/wiki/Resolv_Conf_Patterns In my node templates I have a "base" class that does all of the housekeeping chores to set up a basic server (install preferred editors, subversion, etc.). I added a call to the resolv_conf define to set up the standard /etc/resolv.conf file used by 95% of our systems. Of cour...
2012 Apr 27
15
puppet way of handling rdist and triggers
We have an existing "management system" of sorts, based on rdist. I''d like to know the best way to migrate it to using puppet. Currently, we have a local binaries tree, rdisted out nightly. We also make use of rdist''s extra capability to trigger scripts when and if named files are updated. I''m not sure what the best method would be, of converting this to
2012 Mar 15
3
using puppet to configure local settings
Hi, I was asked by my boss if puppet can handle the following scenario. - 2 server (A and B) - same config for each server, eg. /etc/resolv.conf (nameserver 1.2.3.4) - but B should have a local unique requirement of another nameserver 5.6.7.8 so, A will have nameserver 1.2.3.4 but B will have nameserver 5.6.7.8 nameserver 1.2.3.4 when we change the global nameserver 1.2.3.4 to 9.8.7.6, it
2011 Oct 12
0
Override values from default node inheritance (variable scoping).
...up. Is there a way to override the values with an default node of should we leave everything that isn''t a "true default" outside of the default node. Thanks you in advance for you answer. Regards, Adrian. Templates.pp: node default_template { ... include resolver resolver::resolv_conf { "company": domainname => "company.local", searchpath => [''company.local''], nameservers => [''192.168.1.123'', ''192.168.1.124''], } ... } Node configuration: node "node.company.local" inherits default...
2019 Apr 06
2
selftest, help with a single test
...a/st/hosts' SOCKET_WRAPPER_DEFAULT_IFACE="23" RESOLV_WRAPPER_HOSTS="/home/user/src/samba-git/samba/st/dns_host_file" KRB5_CONFIG="/home/user/src/samba-git/samba/st/s4member/etc/krb5.conf" KRB5CCNAME="/home/user/src/samba-git/samba/st/s4member/krb5_ccache" RESOLV_CONF="/home/user/src/samba-git/samba/st/dns_hub/rootdnsforwarder/resolv.conf" python3 ./bin/samba-tool domain join --configfile=/home/user/src/samba-git/samba/st/s4member/etc/smb.conf SAMBA.EXAMPLE.COM member -UAdministrator%locDCpass1 --machinepass=machinelocMEMpass3 at /home/user/src/samba-g...
2019 Apr 01
5
selftest
Thanks for the reply, Besides the problem with source4/lib/messaging/messaging_handlers.c, Good to hear that selftest is actively used, then do I understand it right that 'make test' should succeed? My bigger problem is that it failed with lots of errors. This must be a problem with my build, then, but since this is a fresh tarball I am a bit puzzled. I would appreciate some hint on