similar to: Best of Breed Modules?

Displaying 20 results from an estimated 10000 matches similar to: "Best of Breed Modules?"

2013 May 07
3
freebsd clients failing to connect to new master with ssl errors
Hi All, I currently have two puppet masters which are "load balanced" with round robin DNS (one is also the CA). I''m using dns_alt_names to let them each answer to puppet.my.domain.com For the past year this has been fine. Today I''m trying to add a third & while all my Linux clients seem happy with the new arrangement, my smaller number of FreeBSD9 systems fail
2013 Feb 14
8
Checking GIT updates
Hello all, I''m using puppet to deploy my codebase from GIT. I have everything working, but i currently don''t have any way to check to make sure there is actually something TO deploy before it goes through the entire process of deploying the code. I want to create a conditional that only re-deploys the code if the revision actually changed. So far, I can have it as part of
2008 Nov 26
0
Package manager specs: Best of breed?
Hi Group, In order to come to grips with puppet I thought to start by using it to manage my laptop..... openSUSE 11.0. This distribution now uses zypper as its package manager. It seems that the patch, http://projects.reductivelabs.com/issues/show/1223 is awaiting some tests.... so that seems a good point to dive in and get familiar with Puppet :) Could someone indicate which of the package
2004 May 11
3
Poor performance with Mac OS X Panther clients
Here's my setup: - Single Mac OS X Panther client w/ latest patches. - Single Windows NT4 w/ latest SPs client. - Debian stable Samba server(2.2.3a-13) w/ custom 2.4.26 kernel. Oplocks enabled. - Cisco 2950 - All nodes 100Mb and everything on the same switch. - HP DL360 w/ 2.8GHz hyper-threaded processor and 1GB of memory. - HP
2006 Feb 14
3
Ruby equivalent to PHP Beautify?
Hi all, I am working on a project in Rails for my senior seminar class. I am fairly new to Rails but I have done a major project, so I know a little. The one thing I cannot find however is a way to make the html code that is output look any cleaner. So, I was wondering if there was a function/library/extension that worked like PHP beautify. Thanks for your input in this matter. I am sure I will
2011 Feb 27
3
learning, but puppet does not detect change
Hi, I''ve just installed Puppet on two CentOS 5.5 servers, "S" for "A". "A" does not have the ntp package installed nor of course ntp running. The Puppet server is started on "S" with the ntp class from this tutorial: http://bitfieldconsulting.com/puppet-tutorial (included below) however when I run the agent on "A" it don''t
2013 Aug 13
3
params pattern when writing modules
So, I''ve been looking into the params pattern for writing modules, ie. having a params.pp file that init.pp inherits from as a place to use custom logic to set variables, and it seems very useful. I do have one question that I''m hoping someone can answer. If, for example, I look at an example42 module, everything is in params.pp. On the other hand, looking at, say,
2011 Jun 24
7
Different users within same exec
I have the following exec in my manifest : exec { some_exec: path => [ "/bin","/usr/bin","/usr/local/bin" ], command => "EXECUTE COMMAND 1", onlyif => "EXECUTE COMMAND 2", logoutput => "on_failure" } I want that the "COMMAND 1" should be executed by "USER 1" and "COMMAND 2"
2017 Jul 06
2
Gluster install using Ganesha for NFS
After 3.10 you'd need to use storhaug.... Which.... doesn't work (yet). You need to use 3.10 for now. On 07/06/2017 12:53 PM, Anthony Valentine wrote: > I'm running this on CentOS 7.3 > > [root at glustertest1 ~]# cat /etc/redhat-release > CentOS Linux release 7.3.1611 (Core) > > > Here are the software versions I have installed. > > [root at
2004 May 26
6
pam_winbind - losing domain membership
Hello, I have the following setup: SuSE 9.1 with samba and winbind installed. On the other side is a nt4 domain. I can join the domain with "net rpc join DOMAIN -U administrator". wbinfo -u shows me alle the users etc. I integrated the pam_winbind.so in my pam configuration and users can login with their nt login and password. Everything works fine. After a while it seems that
2017 Jul 06
3
NFS Ganesha
Hello! I am attempting to setup a Gluster install using Ganesha for NFS using the guide found here http://blog.gluster.org/2015/10/linux-scale-out-nfsv4-using-nfs-ganesha-and-glusterfs-one-step-at-a-time/ The Gluster portion is working fine, however when I try to setup Ganesha I have a problem. The guide says to run 'gluster nfs-ganesha enable' however when I do, I get the following
2013 Sep 30
2
best practice for managing multiple stanzas within a config file?
What is the best way to manage multiple stanza within a config file? For a splunk configuration file (inputs.conf) I need to manage some thing like [monitor://var/log] blacklist = someRegularExpression whitelist = someOtherRegularExpression [monitor://var/lib/ourApp] There can be multiple monitor stanzas and each may or may not have a whitelist or blacklist. I haven''t found any
2004 Sep 10
1
[jonathan.picht@web.de: Bug#133557: flac: --fast and --best switches (as in gzip and bzip2) would be nice]
On Tue, Feb 12, 2002 at 03:00:38PM -0800, Josh Coalson wrote: > wish they were all that easy... just checked in the changes. Great, thanks. Just to confirm, --best will give the currenty -9 behaviour, not the maybe-best-compression-but-really-really-not-what-you-want that used to be -9, right? (I can't conveniently check CVS from here) -- - mdz
2010 Jul 05
5
File-based Distribution, Module Function Logic and Per Setting (Augeas); Which method do you think is best for the env i help to support and why?
I am having a difficult time understanding and determining which module method is best for the env I help to support. Overview of systems supported: -There are 17+ clients. -4+ envs (dev, stage, beta, prod ..) per client -Several flavors and versions of OS ( Mostly fedora and centos ) -All are apache, some mongrel and most passenger -code deployments are capistrano -configurations are done with
2011 Jun 23
12
Turn off client autoupdate
Hello! By default puppet node connects to server periodically and looks if there is something execute. I''m wondering is it possible to make puppet clients not connect to server themselves? So that it would be possible to update a node only with puppetrun nodename. --- WBR, Sergey -- You received this message because you are subscribed to the Google Groups "Puppet Users"
2002 Sep 13
1
winbindd and /tmp/.winbind/pipe
I've seen some mention of winbindd getting into a state where it cannot connect to the pipe in /tmp/.winbind and, if the directory is removed, will not create /tmp/.winbind/pipe. I've also started seeing this behavior. I've looked at the code and I cannot figure out why this happens. Does anyone out there know why this is happening? How to work around it? If it is on the TODO list of
2004 Sep 10
2
[jonathan.picht@web.de: Bug#133557: flac: --fast and --best switches (as in gzip and bzip2) would be nice]
Sounds simple enough, and would provide clear and explicit descriptions that can be used in place of the numeric options. ----- Forwarded message from Jonathan Picht <jonathan.picht@web.de> ----- Date: Tue, 12 Feb 2002 14:08:54 +0100 From: Jonathan Picht <jonathan.picht@web.de> Resent-From: Jonathan Picht <jonathan.picht@web.de> To: Debian Bug Tracking System
2013 Jan 30
3
Puppet Modules from Forge
Hello all, I have some questions about the download puppet modules from puppetforge: I''ll take puppetlabs-dism as an example, once its installed its located: /etc/puppetlabs/puppet/modules/dism Can this be renamed to something else ? Also if for example, I had a folder tree under modules e.g. /etc/puppetlabs/puppet/modules/windows | |- manifests |--base.pp |--networking.pp Can I
2002 Sep 21
1
I have problem with winbindd in 2.2.6pre2
After starts with winbind -i, i get this error: Creating get_dc_name_cache entry for MOSFILM.RU Could not look up dc's for domain MOSFILM.RU Could not open a connection to MOSFILM.RU for \PIPE\lsarpc (NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND) Retrying startup domain sid fetch for MOSFILM.RU returning negative get_dc_name_cache entry for MOSFILM.RU Could not open a connection to MOSFILM.RU for
2013 Jan 09
1
Explain Manifests and Modules
Hello all, Can someone please explain why there is a manifests folder in /etc/puppetlabs/puppet e.g. /etc/puppetlabs/puppet/manifests If there is a manifests folder within each modules folder in /etc/puppetlabs/puppet e.g. /etc/puppetlabs/puppet/modules/ntp/manifests Is this directory /etc/puppetlabs/puppet/manifests for building out your config tree''s and calling modules etc. if