search for: puppetfile

Displaying 7 results from an estimated 7 matches for "puppetfile".

Did you mean: puppetfiles
2013 Mar 07
3
Pattern for Associating Module versions with Nodes
Hello All, I''m wondering what is the canonical way of associating "specific" versions of a module to a node? Is there a way of doing this in puppet? Let me explain a "Use Case" of what I''m trying to accomplish: Say we have created a puppet model called apache to manage and configure apache webserver. We have the apache module under version control and
2007 Jan 01
5
File configuration difficulty
...ntents of a number of source folders on the puppet fileserver into that folder (with the ability to omit some source folders on some PCs). The simplest way of specifying this would seem to be ... =================== file { "/usr/local/share/pixmaps": source => "puppet://server/puppetfiles/FindFilesEdit/usr-local-share-pixmaps", group => root, mode => 664, owner => root, purge => false, recurse => true } file { "/usr/local/share/pixmaps": source => "puppet://server/puppetfiles/FontBrowse/usr-local-share-pixmaps", group...
2013 Oct 02
1
Howto model different stages
Hi all, I''m trying to find a nice way to model different stages (like: live, test, dev) of puppet modules. Initially I thought of different branches inside one (Git) repository... - either being checked out on one puppetmaster into different directories being used as different puppet environments - or being checked out on different puppetmasters but then colleagues of mine
2013 Jul 30
2
Vagrant Puppet Provision VM
....7 and puppet 3.2 iinstalled, and the vagrant environment layout is, . ├── Gemfile ├── Gemfile.lock ├── Rakefile ├── Vagrantfile ├── definitions │ └── centos-6.3.minimal ├── hiera │ └── data ├── iso │ ├── CentOS-6.3-x86_64-minimal.iso │ └── VBoxGuestAdditions_4.2.12.iso ├── puppet │ ├── Puppetfile │ ├── environments │ ├── manifests │ └── modules └── r10k.yaml Puppet will execute the puppet/manfests/default.pp for executing all the modules include within in. Now, I have the following modules list in this default.pp, include stdlib i*nclude hiera_config* include confluence_facts inc...
2007 Aug 22
6
Re: [puppet] #779: access to inherited variables from within a template
puppet schrieb: > #779: access to inherited variables from within a template > -----------------------------------------+---------------------------------- > Reporter: simu | Owner: luke > Type: enhancement | Status: new > Priority: normal | Milestone: >
2007 Feb 22
33
Scaling Puppet 0.22.1 to hunderdes of nodes.
Hi, My environment is composed of ~250 workstations hitting a single puppetmaster server, which has been working fairly well up until now. The most recent change has been a migration of a lot of remote file copy objects which were previously handled with cfengine. client side puppetd calls to the puppetmaster.getconfig method are taking unreasonably long, on the order of 2-3 minutes. It
2008 May 27
12
Puppetting the puppetmaster problems
Hi, installing puppet at my first site was quite easy (not w/o problems, but still). At the second site, I''ve run into something more serious. First things first - I install puppetmaster on existing server, used to keep LDAP db (my puppetmaster DOES NOT use LDAP, it just tries to coexist on the same machine). The thing is, I need to puppet this baby, so I''m running into a