similar to: is there a conary package provider in the works?

Displaying 20 results from an estimated 30000 matches similar to: "is there a conary package provider in the works?"

2009 Sep 14
7
commonly used, defacto standard web frontend to facter ... that everyone loves?
I''m new to puppet in general - I just have a minimal node.pp defined for 2 clients so far. Before I reinvent the wheel ... is there a good web UI to facter that everyone uses? I''ve looked over foreman and I figure since it''s new, it''s probably not in widespread use currently. Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received
2008 Apr 03
1
rmirror.digium.com host unreachable
Just starting to play around with AsteriskNOW, and tried running conary: Error reading config file http://rmirror.digium.com/conaryrc: No route to host Anyone know if this is just a temporary error? Being rather more familiar with RPM-based system than rpath/conary, I am wondering whether I might just as well put together my own systems using CentOS, Asterisk 1.4 and Asterisk-GUI. At least I
2007 Aug 04
0
Update zaptel on business edition.
This seems like something I should know... but.... I don't. How do you update zaptel / libpri on a Business Edition box running rPath? Tried running conary, but got 'Insufficient permission to access server conary.digium.com." Yours, Michael Munger, dCAP 404-438-2128 michael at highpoweredhelp.com -------------- next part -------------- An HTML attachment was
2007 May 20
1
Queuemetrics and Asterisknow
Can I use queuemetrics with asterisknow? I mean, if I modify the dialplan to use queuemetrics (I still don't know if it's possible), will I loose my changes when the time comes to do a conary update of the asterisknow package? thanks, -- ------------------------------------------------------------ Erick Perez ------------------------------------------------------------
2012 Feb 11
10
Question about reusing classes/modules
Hello Everyone, I''m still pretty new with puppet so please bare with me. I tried searching and I''m pretty sure I''ve ready my answer but I''m not sure if I''m going down the right path just yet. My scenario is this: I have 4 environments, Dev, Test, QA, Prod. Each of these environments lives in 2 sites, LA and NY. I have 5 applications that are site and
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
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
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:
2009 Aug 02
0
Invalid parameter provider error on debian
Hi all, I am suddenly getting an "Invalid parameter provider" when puppet runs on a debian box that has been working fine. puppetd output is: info: Retrieving plugins err: /File[/var/lib/puppet/lib]: Failed to generate additional resources during transaction: None of the provided sources exist err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: No
2012 Dec 06
1
daemontools service provider doesn't support "restart" parameter?
Hello, Using Puppet 2.7(.20), I''m trying to override the "restart" command of a service controlled by daemontools provider using: service { ''bamboo-agent'': hasrestart => false, provider => ''daemontools'', restart => ''/bin/touch /var/run/needs-restart'', ... } And ... notify =>
2010 Mar 22
3
custom type/provider load error
Hi .*, with the first puppet run on a freshly installed system all custom types and providers a synced. As you can see from the output for some reason puppet tries to load the providers before the types and therefore the custom provider loads throw an error. It looks like the load happens alphabetically ordered, such that providers are loaded before the types... Anyway the puppet run afterwards
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
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:
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
2010 Dec 08
0
puppet homebrew package provider
Hi list, for those interested: I''ve created a homebrew package provider for puppet. You can get it from https://github.com/jedi4ever/puppet-homebrew enjoy :) Patrick P.S. You need a newer version of puppet as it uses the new module structure -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email
2008 Oct 13
1
freebsd service provider on Solaris?!
Hi, using puppetdoc -r providers ... :Ruby version: 1.8.6 :Puppet version: 0.24.4 :Operating system: Solaris :Operating system release: 5.8 ... service_ -------- .. _service: http://reductivelabs.com/trac/puppet/wiki/TypeReference#service :Default provider: freebsd ======== ========= ============ ========== =========== Provider Suitable? controllable enableable refreshable ========
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 Sep 10
0
vcsrepo: "Error 400 on Server: Invalid parameter provider"
With custom type ''vcsrepo'', I''ve been getting this error ever since I restarted my master box: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter provider at /etc/puppet/environments/local/modules/user_mpeebles/manifests/init.pp:56 on node 1001.milespeebles.org Warning: Not using cache on failed catalog Error: Could not
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"
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: -