Displaying 11 results from an estimated 11 matches for "puppetforg".
Did you mean:
puppetforge
2012 Apr 12
1
GitHub -> PuppetForge
Hello,
i am managing my Puppet modules with GitHub and today i discovered the
GitHub Service Hooks. Does anybody know if it is possible to use a
GitHub Service Hook to push the lates *.tar.gz into PuppetForge?
Regards, Dennis
2011 Jun 20
2
Using modules from PuppetForge
Hello All,
New puppet user here. I''ve been able to create and use my own puppet
modules, but I''m at a loss on how to use modules from PuppetForge,
which seem quite a bit more advanced. For example, I''ve installed the
camptocamp/apt module via the command ''puppet-module install
camptocamp/apt'' into /etc/puppet/modules. I then tried to add the
following code to one of my manifests:
apt::sources_list {"...
2013 Mar 15
3
Installing puppet modules
...n => "tar.gz",
target => split("$::modulepath", ":")[0],
}
But that doesn''t work.
2) There is another module called puppet_module
(https://github.com/rcoleman/puppet_module_provider) which allows you to
download and install modules from puppetforge. This module works great.
Except that I need to download modules from an intranet location not an
internet location. I do not have control over puppetforge so I do not have
control over how long stuff stays up there, when it changes etc. I need to
house the modules on a local file store suc...
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
|--netw...
2013 May 07
3
Announce: cis-puppet 0.2.0 is now available
...(avilable at http://benchmarks.cisecurity.org). Each scored control has been implemented as a class or a custom fact.
Installation
============
Please either:
- Clone git repo from https://github.com/arildjensen/cis-puppet
- Run "puppet module install arildjensen/cis" and install from PuppetForge (http://forge.puppetlabs.com/arildjensen/cis)
Use
===
The class cis::el6all will enforce all the controls. If you wish to deviate please look for the el6all.pp file and use that as a template. Note that some of the scored controls not able to be written in Puppet code have been implemented as cu...
2010 Jun 28
7
Bind Module
Anyone know where I can find a good chrooted named module for centos?
Named as chroot is ugly... soft and hard links everywhere...
Doug
--
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 Jan 09
0
concat and ordering
I''m attempting to work with the puppetforge haproxy module.
The module uses concat and I get how it works, but I''m having some problems
with the sequencing.
What the module does is:
For the listener:
order => "20-${name}" // ${name} is the name of the listening service
For the balancermember
order => "20...
2013 Mar 15
0
Installing module of the correct version
I want to install a module into the modulepath. I can provide either a
http url to a tar that contains the modules (like puppetforge but the path
is not as structured) or I could provide a git url and path under that url
where the module is.
I want to first run puppet standalone on the vagrant vm host. This should
download the appropriate modules and make them available on the filesystem
in the modulepath. Then I'...
2013 Feb 14
8
Checking GIT updates
Hello all,
I''m using puppet to deploy my codebase from GIT. I have everything working,
but i currently don''t have any way to check to make sure there is actually
something TO deploy before it goes through the entire process of deploying
the code. I want to create a conditional that only re-deploys the code if
the revision actually changed.
So far, I can have it as part of
2010 May 30
1
IRC telling you to go to mailing list - it's for good reason ....
...s actually managed to evolve given the fact the only incentive has been to pass on knowledge.
---
Latest Article :- The Puppet Module Tool
The Puppet Apprentice :- http://puppetnewbie.blogspot.com
Follow me on twitter :- http://twitter.com/mritguru
Puppet #tags on twitter :- #puppet #puppetforge
IRC :- itguru ON irc.freenode.org (feel free to say hi!)
2012 Sep 04
9
Module critique
I''ve gotten an install of solr working, but it''s pretty much a hack job at
the moment. If y''all could give me your thoughts on how to improve my
setup, I''d appreciate it. apache-tomcat is an rpm of Tomcat 7 that
references the oracle jdk instead of openjdk.
Thanks.
class solr {
service { ''iptables'' :
ensure =>