Displaying 20 results from an estimated 80000 matches similar to: "puppet homebrew package provider"
2011 Nov 25
3
Is package gem and provider gem usage in one puppet run possible?
Hi,
we want to install the ruby-gem package on a Debian system using puppet.
package { ''ruby1.9.1'': ensure => present }
In another manifest we want to use the gem provider to install a ruby gem.
package { ''bundler'': ensure => present, provider => gem }
On the first run the puppet agent run checks for a functional gem binary on the system.
It will
2012 Jun 30
1
Custom provider/types and adding to puppet forge
*Note, I''m very green when it comes to ruby development..
I''ve created a couple of custom providers and types, both of which
rely on a particular ruby gem in order to function. How should I go
about ensuring the gem dependency on the puppet clients before puppet
syncs the plugins (the broken ''require'' in the provider will cause
puppet to exit during a run)?
On
2011 Sep 24
0
centos puppet user resource type - provider useradd does not support features manages_passwords
Hello,
I have a CentOS 6.0 Virtualbox VM to package as a Vagrant box for testing
Puppet manifests.
The problem i''m having is with the user resource type not working with
CentOS.
I keep having an error message when setting the password for a user.
Provider useradd does not support features manages_passwords; not managing
attribute password
I have both ruby-shadow and shadow-utils
2012 Aug 15
1
Calling custom Puppet function from within a provider
Hello,
I have a custom Puppet function. Am I able to call that function from
within my custom provider (written in Ruby)?
Best,
Mitchell
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
2013 Mar 15
0
New LDAP puppet provider using ldapmodify, ldapadd, ldapdelete etc.
Hi all,
I use openldap and it''s newer slapd.d style of housing the configuration
(as opposed to /etc/openldap/slapd.conf ).
As such, to modify the config, the database itself, I''d prefer to use
ldapmodify and ldapadd commands.
I couldn''t find an existing ldap provider to nicely manage database entries
(DNs), so I wrote one.
It essentially does this:
-
2010 Sep 29
0
err: Could not run Puppet configuration client: Could not find a default provider for augeas
Hello,
I get these message when i try to run puppet with augeas.
Puppet Version are 2.6.1 on server and client.
The ouput of the puppet Client with debug:
debug: Failed to load library ''selinux'' for feature ''selinux''
debug: Failed to load library ''shadow'' for feature ''libshadow''
debug:
2012 Aug 09
2
Puppet apply err: Could not prefetch keystone_user provider 'keystone'
On a new puppet master node I get this error on a puppet apply for an
OpenStack multi-node setup. This is a new one I have never seen before.
Tips?
debug: Prefetching keystone resources for keystone_user
err: Could not prefetch keystone_user provider ''keystone'': File:
/etc/keystone/keystone.conf does not contain a section DEFAULT with the
admin_token specified. Keystone
2011 Apr 14
0
New package provider
I''m looking to create a package provider. We have puppet installed in
a non-standard location
/puppet/puppet/*
The only way I can test the provider is putting the new provider on
the server and restarting puppet on the client. So a few questions.
Is there a way to install it locally so I don''t have to make the
changes on the server and restart the client?
Also it seems I have
2010 Sep 10
0
Custom package provider -- not stored locally?
I have a package provider which is a modified form of one of the
default ones in the FreeBSD ports version of Puppet 2.6.1r3. I placed
the provider in /usr/local/etc/puppet/modules/test/lib/puppet/
provider/ and ran puppetd on the client with the following command
line:
puppetd -o --no-daemonize -l console --pluginsync --server example.net
I got the following output:
notice:
2012 May 16
0
Announce: Puppet 2.7.15rc1 Available
Puppet 2.7.15rc1 is a maintenance release candidate for Puppet in the
2.7.x series.
Downloads are available at:
* Source http://downloads.puppetlabs.com/puppet/puppet-2.7.15rc1.tar.gz
RPMs are available at http://yum.puppetlabs.com/el or /fedora
Debs are available at http://apt.puppetlabs.com
Mac packages are available at
http://downloads.puppetlabs.com/mac/puppet-2.7.15rc1.dmg
See the
2010 Aug 27
0
Writing custom package provider for tazpkg
I know this is not a Ruby mailing list but I am completely stumped.
I''m writing a custom package provider for the tazpkg tool used in
Slitaz Linux (http://www.slitaz.org/en/). I used the dpkg and apt
package providers as templates.
The provider can install a package just fine, the problem comes when a
package is already installed and should not be installed again. It
seems my REGEX is
2012 Dec 29
1
Puppet module for managing Cobbler
Module on forge:
http://forge.puppetlabs.com/puppetlabs/apache
Code and issue tracker:
https://bitbucket.org/jsosic/puppet-cobbler
Comments are welcome, hope somebody finds it useful. I''m very happy with
it so far :D
The reason I''m posting it is that couple of people asked me about
publishing this module while I was in a process of developing it, so If
those people
2008 Jun 02
0
cpan package provider
I cannot get this *&^%$ thing to work (on Mac OS X)!
http://reductivelabs.com/trac/puppet/ticket/718 using cpan2.rb with some
very minor modifications.
Can anyone confess to having used it successfully or otherwise?
The module (and it''s dependencies) I need to install are Net::LDAP
I''ve tried these names
"G/GB/GBARR/perl-ldap-0.36.tar.gz"
"Net::LDAP"
2012 Mar 28
4
Could not load confine test 'operatingsystem': cannot load such file -- puppet/provider/confine/operatingsystem
Hello,
I''m having some trouble. I keep getting the following warnings when
trying to run:
$ puppet master --no-daemonize
/usr/local/build/puppet-bundle/vendor/gems/ruby/1.9.1/gems/
puppet-2.7.12/lib/puppet/external/pson/pure.rb:7:in `<module:PSON>'':
iconv will be deprecated in the future, use String#encode instead.
Could not load confine test
2013 May 14
0
[Announce] Puppet Request Tracker Module
This is a cross-list post.
I''d like to announce the initial release of a puppet request-tracker
module, darin-rt, for managing Request Tracker. The module will
install request-tracker and database packages, install request-tracker
extensions (if packages are available in the repo), and create basic
request-tracker queues.
This is also a request for help in extending the module to
2009 Sep 13
0
is there a conary package provider in the works?
I have some rpath/foresight machines I''d like to puppet''ize but AFAIK
no one''s made a conary package provider ...
I suppose what I most care about are config files for now -- because
we are using the "conary way" of keeping our packages updated.
That said, it would be nice to know that there''s something out there?
If there isn''t one ... I
2013 Feb 19
0
Norwegian-language online Puppet-meetup today at 20:00 CET
All,
this might only be if interest to any Norwegian-speaking list members
but still - organized through DevOps Norway on meetup.com, today I''m
hosting the first of what might become a series of informal Google
Hangouts on Puppet-specific topics:
http://www.meetup.com/DevOps-Norway/events/103877672/
and
http://live.deploy.no/2013-02-19-puppet-workflow.html
It starts at 20:00 (CET)
2012 Jul 31
2
Custom Package Provider Issue
I''m running into a weird issue with a custom package provider for PEAR. I''m
using the provider I found here<https://raw.github.com/gist/305778/13f46dea6eba07e38778d7159644b4210ebe7bbe/pear.rb>and the provider itself works fine. I''ve got it stored on the Puppet master
under /etc/puppet/modules/common/lib/provider/package/pear.rb and the
puppet.conf has pluginsync
2011 Jan 26
4
Provider requires package to work
Hi All,
I have a provider dns_zone_recourd that is using nsupdate and dig
commands.
nsupdate and dig are provided by bind-utils RPM.
Before I get puppet to install bind-utils I am getting an error:
"Could not run Puppet configuration client: Could not find a default
provider for dns_zone_record"
I am getting an error that there are no providers available before
puppet is able to
2011 Jun 22
0
Puppet Subreddit
Just letting everyone know that this subreddit exists.
http://www.reddit.com/r/puppet
Enjoy,
-Joe
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this