similar to: librarian-puppet vs git superproject?

Displaying 20 results from an estimated 10000 matches similar to: "librarian-puppet vs git superproject?"

2011 Jul 24
2
[LLVMdev] git
Just to be up-front, I normally work on very small projects and I am very much a non-core LLVM developer (I'm the MicroBlaze backend maintainer). However, we have had success where I work using the git branching model described in [1] and [2]. There is a git tool named "git-flow" that specifically supports this model and it seems like it might fit the LLVM development model so I
2011 Jul 24
0
[LLVMdev] git
> > There is a git tool named "git-flow" that specifically supports this model > and it seems like it might fit the LLVM development model so I wanted to > point it out in case others had not seen it. Perhaps the more core > developers can comment more on its usefulness in the LLVM ecosystem. > > [1] http://nvie.com/posts/a-successful-git-branching-model/ > [2]
2012 Oct 31
1
librarian-puppet
Unless I install puppet vis gems, I get the following error when attempting to use librarian-puppet. librarian-puppet /usr/lib/ruby/site_ruby/1.8/rubygems.rb:779:in `report_activate_error'': Could not find RubyGem puppet (>= 0) (Gem::LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:214:in `activate'' from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:249:in
2016 Jun 02
2
[cfe-dev] GitHub anyone?
> On Jun 2, 2016, at 11:22 AM, dag at cray.com wrote: > > Matthias Braun via cfe-dev <cfe-dev at lists.llvm.org> writes: > >> 3. Make sure we have ala llvm-project-submodules setup in the official >> account. (Optional or necessary for the buildbots?) > >> 7. Make sure bisecting with llvm-project-submodules is a good experience > > I would like to
2007 Sep 24
3
conceptual problem deploying git repos to a puppetmaster
So before I start I should be upfront and disclose that I''m using external_nodes, so in keeping with that I''m trying as hard as possible to keep all the actually ''specific'' data in the node config files (currently just yaml)and have nothing specific in modules especially. So I have this definition: (credit goes to DavidS for the inspiration) define git::repo (
2010 Dec 26
6
variables created with generate() function have a newline when used in a template
I have this in nodes.pp $puppetmaster_fqdn = generate("/usr/bin/facter","fqdn") and this in a template http://<%= puppetmaster_fqdn %>:8080 When puppet runs, this is the result: http://puppet.home :8080 Anybody any clue to whats causing this? I''ve tried -%> -- You received this message because you are subscribed to the Google Groups "Puppet
2016 Jun 01
2
GitHub anyone?
On Wed, Jun 1, 2016 at 1:07 PM, Manuel Jacob via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 2016-05-31 22:45, Mehdi Amini via llvm-dev wrote: > >> On May 31, 2016, at 1:31 PM, Renato Golin <renato.golin at linaro.org> >>> wrote: >>> >>> On 31 May 2016 at 21:28, Mehdi Amini <mehdi.amini at apple.com> wrote: >>>
2013 Jan 24
1
puppet module install; absolute path?
I work on the Pulp Project (http://www.pulpproject.org/), and we are trying to fully implement the forge API so we can create new repositories that can be reached via a command like: $ sudo puppet module install --module_repository http://localhost/pulp/puppet/myforge/ someone/theirmodule The problem I''ve encountered is that the install command includes hard-coded absolute paths to
2012 Nov 05
1
Puppet Forge Repository format
Hi, I am setting up a local forge for some weird political reasons. I came to know that puppetlabs is working on such a feature. But, in the meantime I wanted to try out setting up the repo and use --modules_repository flag in "puppet module install: command. For that, I need to mimic the puppet forge repo format (meaning the directory structure of the modules). Can somebody point me
2013 Aug 07
3
Nagios XI + Puppet?
Hi All, I currently make use of Icinga (nagios fork) + Puppet for fully automated monitoring. It''s worked great up to this point. I''ve recently been asked to integrate fine grained notifications support into icinga. I''m not entirely sure puppet manifests are the right place to manage contacts, contact groups, and their use within host and service definitions for
2012 Nov 19
2
vcsrepo: Could not create repository (non-repository at path)
Hi, I''m running into a problem using the puppetlabs provided vcsrepo-module. It keeps giving the same error: -------------- notice: /Stage[main]//Vcsrepo[/usr/share/test2]/ensure: Creating repository from latest err: /Stage[main]//Vcsrepo[/usr/share/test2]/ensure: change from absent to latest failed: Could not create repository (non-repository at path) -------------- This is in my
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
2015 Jul 22
2
Satellite 6
On 2015-07-22 13:34, Thomas Eriksson wrote: > The upstream project is called Katello, http://www.katello.org/ > It has nothing to do with Spacewalk as far as I can tell. Katello is just one piece. Satellite 6 also integrates Candlepin, Puppet and more. What I'm wondering is if the entire set of software - Satellite 6 as one piece - is going to get a new upstream project. > I have
2012 Jul 15
2
How to take away install privilege from users other than puppet?
Hi Guys, I am trying to configure to my client machine, I want prevent user don''t do installation, All installation done through puppet only, How to do it, Guide me... -Ganesh. Did I learn something today? If not, I wasted it. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2006 Nov 30
5
Populate table from another table
I want to populate one table in a DB from another table so that the user does not need to enter the same information twice. I have a registration table that is populated when a user creates an account. Later I have a form that uses a different table, but contains most of the same info as the registration table. I would like that table to be prepopulated by the registration table before the user
2015 Apr 10
4
Locked version repos
Hello Everyone I'm looking into the best way to have locked version repos for my CentOS systems. The systems are all set up with Chef and have a couple different recopies/roles. I'd like to have locked version repos for each role with tested RPMs. Then perhaps quarterly apply any updates. It would be nice to have something showing which updates are available for these locked repos.
2008 Jul 16
6
centralized patch management
Hello, I have been asked to come up with a strategy for centralized patch management of our linux servers. Today, this is only centos and rhel. What is everyone else doing in this arena? Thanks!
2007 Sep 30
2
Initial setup problems on Ubuntu edgy (06.10)
Good day, After having lurked for a while I''ve decided to actually start using puppet starting on my small home network. I''ve been following : http://reductivelabs.com/trac/puppet/wiki/InstallationGuide and :- http://www.howtoforge.com/installing_puppet_on_ubuntu to test puppet on 2 hosts, librarian running the puppetmasterd and mortvm. Unfortunately, I
2006 Oct 14
2
error in lme4 for R 2.4.0 (PR#9297)
Full_Name: Din Chen Version: 2.4.0 OS: Windows XP Submission from: (NULL) (66.17.122.18) I just updated the R.2.4.0. and got the error message for random effect modelling, which was working on R.2.3.1. library(lme4) mmod <- lmer(bright ~ 1+(1|operator), pulp) summary(mmod) Then when I tried to extract the residuals and random effect using: resid(mmodr) ranef(mmodr) I got error message:
2003 Mar 29
1
Documentation people needed. FreeBSD/Security clue beneficial.
Hi All, Ok after watching all the discussion about some security documentation and teams I have come up with a few ideas that might help out some. I'm willing to program an interface at the extremefreebsd.org site (yes I know it's still new and under some work) that will allow the following: 1. A dedicated page for security related posts (articles, docs, advisories, etc) at