search for: ryancoleman

Displaying 12 results from an estimated 12 matches for "ryancoleman".

2012 Oct 03
6
Puppet Forge Happenings
...dress these goals, we want your feedback! Feel free to file bugs, features --anything really-- to our Redmine project: https://projects.puppetlabs.com/projects/module-site/issues Aside from that and this user list, you may always email me directly -- ryan@puppetlabs.com -- or find me on #puppet as ryancoleman. I''m always connected via ZNC so if you don''t get an immediate response in IRC, know that I''ll see your message and reply if I can. Finally, if you haven''t tried out the Forge in a while, please give it another go. http://forge.puppetlabs.com -- Each day new co...
2013 Feb 13
1
puppetlabs nginx module
Just checking if anyone''s made an attempt to update the puppetlabs nginx module, or could point me to one they like. Last version in forge was uploaded in june of 2011, and while the github version is more recent (two months ago), it''s doesn''t seem quite together, given that the comments are disagreeing with the code at times. -- You received this message because
2013 Jun 04
1
puppet DB providers
Hello, What would you think of moving database, database_grant and database_user types and providers from puppetlabs-mysql to its own module (puppetlabs-dbproviders for example) so that we can develop providers for others RDBMS ? I''d like to develop providers for postgresql, so I think it makes sense to put this types/providers in its own module. best regards, Mickaël Canévet --
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
2012 Nov 25
1
Puppet agent on Windows
Hi, What are the requirements to have puppet agents on windows servers? I have 2003 R2 and 2008 R2 servers, 32 and 64- bit, Puppetmaster 2.6. What are the types that can be used on Windows? Is it production-ready? Thanks, Ugo -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit
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 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 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 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
2013 Jan 04
4
How to clone alfresco on puppet agents?
Hi, I have alfresco installed on my puppet master & try to clone it using puppet console to puppet agent nodes but under ''live management'' link, i can not see any of package/group/user/host resources named similar to alfresco even though i can see postgres package resource but no java/alfresco/tomcat resource? Can anyone let me know how to clone the same? Regards. --
2013 Mar 15
3
advice on module organization
Hi Folks, Like to get some advice on module organization. I have a system that has a few different components. One or more components can be installed on a host. The hosts also have a "type" dimension. This "type" dimension could (should) ideally be used to configure the system (fill in a bunch of variables). Problem is, I''m not sure how the best way to do
2012 Oct 14
6
Puppet Forge: Are my expectations misaligned?
Good Afternoon All, I''m just pondering - I think that my expectations of the forge are not 100% aligned, or I''m still rubbish with puppet! I imagine the forge to be used in the following scenario/way I''m in a situation where I need to provision package X in a particular way. I fire up my terminal: $ puppet module search packageX Searching https://forge.puppetlabs.com