Displaying 3 results from an estimated 3 matches for "module_repository".
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 the API instead of relative paths. For
example, see line 54 here:
https://github.com/puppetlabs/puppet/blob/4d06c647/lib/puppet/forg...
2012 Mar 05
3
how to find...
I'm trying to find out from which repo I got xiphos and its matching
sword libraries from, and somehow am not finding it. hints, anyone?
thanks!
--
-------------------------------------------------------------------------------
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters,
2012 Aug 23
1
Puppet Agent VS User
...config
logdir = /var/log/puppet
manage_internal_file_permissions = true
manifest = /etc/puppet/manifests/site.pp
manifestdir = /etc/puppet/manifests
masterhttplog = /var/log/puppet/masterhttp.log
masterlog = /var/log/puppet/puppetmaster.log
masterport = 8140
maximum_uid = 4294967290
mkusers = false
module_repository = http://forge.puppetlabs.com
module_working_dir = /var/lib/puppet/puppet-module
modulepath = /etc/puppet/modules:/usr/share/puppet/modules
name = apply
node_name = cert
node_name_fact = ""
node_name_value = vusion-production
node_terminus = plain
noop = false
onetime = false
passfile = /...