I am running my own puppet forge for several yrs now
How do I delete ancient published modules off it ?
I am using an older version of pulp (2.3.0), but have not
found any instructions for newer versions either
--
You received this message because you are subscribed to the Google Groups
"Puppet
Monday, April 13, 2015 at 4:49:13 PM UTC-7, octomeow wrote:
>
> Noticing high CPUIO while doing garbage collection (every 14 days)
> Is there a way to "nice" this?
>
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group
Noticing high CPUIO while doing garbage collection (every 14 days)
Is there a way to "nice" this?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+u
How do I create forge server for internal modules? Due to security
concerns, we are limited in
what we can public back to the community, but would like to use the forge
format vs librarian.
thanks
On Tuesday, October 2, 2012 7:35:34 PM UTC-7, Ryan Coleman wrote:
>
> Hello,
>
> If you weren't a
Hi
I have a simple site.pp in my manifests folder on puppetmaster
it has one line, import x.pp
However, in the manifests folder on puppetmaster
also includes another file y.pp
x.pp is applied just fine to relevant agents, but however
y.pp is also applied BUT IS not imported into the site.pp
wh
Hi
I have a very simple manifest
file { '/mystuff/test.sh':
ensure => file,
mode => 0755,
source => 'puppet:///files/configuration_files/host1/mystuff/
test.sh',
}
I would like to define the "host1" as a variable while fetching from
the puppetmaster
How can I do that?
--