on doing with it?
Perhaps you meant to use "puppet apply"?
https://puppet.com/docs/puppet/7/services_apply.html
Regards,
Nate
On Wednesday, November 16, 2022 at 8:37:07 AM UTC-8 noveltym...@gmail.com
wrote:
> Hi Puppet Users,
>
> I have installed the puppet agent 7.20.0 as a s
Hello,
We made a breaking change to the pupperware docker-compose.yml file here:
https://github.com/puppetlabs/pupperware/pull/17
We introduced a root-level "volumes/" directory, so to upgrade you'll need
to:
1. docker-compose down
2. mkdir volumes
3. mv code puppet serverdata puppetdb puppetdb-p
// , Is there a better way to deal with this in later versions of Puppet?
I lean toward using different manifests for different operating system
variations, but like the original poster says, no matter how one organizes
the logic, it still gets tedious.
Puppet 4.9 doesn't even seem to have in
All,
I'd like to invite anyone interested to join us next Thursday at the first
Puppet User's Group Meetup in Charlotte, NC.
We'll be giving a sneak peek into a PuppetConf 2015 talk, discussing future
locations for meetups and topics of interest.
If you're just curious, new to Puppet, or
Puppet Server 0.2.2 is a bugfix release.
The following bugs and issues are addressed in this release:
* SERVER-13 [1]: Fix for file descriptor leak when using an https report
processor such as PuppetDB or Foreman
* HTTPS client connections created by Puppet Server now use the CA cert
specified by
We are thrilled to announce the preview release of Puppet Server, our
newest open source project.
Puppet Server is a next-generation alternative to our current Puppet
master, which builds on the
successful Clojure technology stack underlying projects like PuppetDB.
Packages are available in the Pu
I am using the puppet-chocolatey module. The forge page linked here to submit
issues. Perhaps the link is not correct?
Nate
On Tue, Sep 17, 2013 at 8:23 AM, Sneha More
wrote:
> Hi Nate,
>install_options is an array of additional options to pass when
> installing a package. s
than saying it installed
(which it hadn't previously).
Am I using 'latest' incorrectly, or is something else going on here?
Thanks,
Nate
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop re
yeah, that looks to be the case. error message needs to be more
specific, i guess.
it does create a git repo. the error threw me off, because i remember
it worked fine awhile back.
thanks, nan and ken.
On Oct 25, 8:24 pm, Nan Liu wrote:
> On Wed, Oct 26, 2011 at 12:19 AM, nate wrote:
>
i'm using the vcsrepo type to test creating a simple repo like so:
class repotest {
vcsrepo { "/tmp/git-test":
ensure => bare,
provider => "git",
}
}
the client (os x, puppet 2.7.5) picks up the custom type from the
master (centos 5.6, puppet 2.7.4) via pluginsync and creates the
repository
tion is to have one class defined that
would work with all $mode and $role options and to provide the ability
to create one-off files if needed used by $host and also a common to
all options. This may go against the idea of Puppet, but it will be
useful in our environment.
Thanks again!
Nate
On
Anybody have any thoughts on this?
On Oct 7, 8:50 am, Nate wrote:
> Hi,
>
> I'm trying create acustomfunctionthat willreturnanarrayof file
> paths for the file type source. Instead of defining the followingarrayfor
> source for each file type:
>
> file: { "some
Not sure what I'm doing wrong here. Any help would be greatly
appreciated. Also, if there's already a built-in way to do this in
Puppet I'd gladly ditch the custom function, although I'd still like
to figure out the problem for future reference.
Thanks,
Nate
--
You receiv
Haitao,
Try this link as a start:
http://www.kartar.net/2011/05/install-cloud-foundry-vcap-via-puppet/
Nate
On Thu, Aug 18, 2011 at 9:31 AM, Haitao Jiang wrote:
> Hi,
>
> It seems that Cloud Foundry becomes more and more popular and Ubuntu 11.10
> now has VMC Client as stan
possibly related to (or the same as) issues 4830 and 2244, i'm getting
errors when adding a custom fact and provider to a module to propagate
to clients.
am i missing something here? i tried the workaround of adding a
fileserver.conf to the master (referenced below and in the tickets)
with no chan
es
described at http://npc.me/haWrvF? I know that would work, but it
seems like a kludge... ;)
Thanks!
-Nate
--
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@googlegroup
ot; changes described at http://npc.me/haWrvF? I know
that would work, but it seems like a kludge... ;)
Thanks!
-Nate
--
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@googlegroup
ugh… disregard the above.
i blew away the /etc/puppet and /var/lib/puppet directories on the
client, regenerated certs again on the server, and they're talking
again. thanks, all.
On Sep 4, 11:11 pm, nate wrote:
> quick followup…
>
> i've wiped /etc/puppet/ssl and /var/li
n
so… what's cached here, and where do i resolve this? how do i
regenerate the cert with the current key, and which key is it talking
about here?
On Sep 4, 10:55 pm, nate wrote:
> i'm testing things here and had to change the hostname of my
> puppetmaster VM. pointing a client to it g
i'm testing things here and had to change the hostname of my
puppetmaster VM. pointing a client to it generates "info: Could not
find certificate for 'host.domain.com'" errors on the master and the
following on the client:
debug: Using cached certificate for ca
warning: peer certificate won't be
never mind… haven't had coffee yet.
On Jul 14, 9:11 am, nate wrote:
> at the risk of sounding dense here, is it updating because the result
> of /bin/date is always going to be unique? maybe you can trigger it
> some other way, like with a comparison.
>
> On Jul 13, 2:12 am,
at the risk of sounding dense here, is it updating because the result
of /bin/date is always going to be unique? maybe you can trigger it
some other way, like with a comparison.
On Jul 13, 2:12 am, Michael Knox wrote:
> Hi all,
> We have some data in SVN repos and I'd like puppet to ensure that a
t repo
which then gets checked out via http by the clients.
i'm looking to use git hooks to run puppet. something simple like this
seemed to work, though puppet didn't actually run on the client. no
error checking or anything in this yet… just quick and dirty.
#!/bin/bash
# post-checkout t
On Tue, Feb 9, 2010 at 12:39 PM, R.I.Pienaar wrote:
> hello,
>
> - "Michael DeHaan" wrote:
>
>>
>> Ohad, as you've said "I've written an application, which aims to
>> solve all of the missing peaces around puppet". Obviously you've done a
>> lot of work here, but I need to communicate somet
24 matches
Mail list logo