[Puppet Users] Puppet Forge Modules

2015-10-02 Thread octomeow
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

[Puppet Users] Re: PuppetDB Garbage Collection

2015-04-21 Thread octomeow
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

[Puppet Users] PuppetDB Garbage Collection

2015-04-13 Thread octomeow
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

[Puppet Users] Re: Puppet Forge Happenings

2013-09-09 Thread octomeow
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

[Puppet Users] puppet manifests

2011-09-01 Thread octomeow
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

[Puppet Users] Puppet Newbie

2011-08-04 Thread octomeow
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? --