Any updates on this?
On Monday, June 12, 2023 at 1:51:13 AM UTC-4 dhei...@opentext.com wrote:
> Am Freitag, dem 09.06.2023 um 06:03 -0700 schrieb Joseph Quinn:
>
> When can I expect to see ARM builds available for Puppet agent?
>
>
> Dito, for Debian 11 and 12 on arm64.
&
I'm looking to start moving my AWS Graviton instances to Ubuntu 22.04
sometime in the near future, but I don't see builds for Puppet Agent that
are on ARM.
When can I expect to see ARM builds available for Puppet agent?
--
You received this message because you are subscribed to the Google Grou
Peter K:
What version of the module are you using? On the forge is 1.1.0
If that is the case you will need to include ::ssh::server (You can do this
using roles and profiles)
This link to Gary Larizza will help you understand what they are and how to
do them - http://garylarizza.com/blog/2014/0
Hi,
I built an App that gets its deployment data from a yaml/json config file,
the deployment data are set as variables, for example : number of virtual
machine to be spun or how many CPUs are needed per Virtual machineetc
Now i am looking for a way to automate testing all these variables,
rtin Alfke wrote:
> Hi Joe,
>
> > On 25 Aug 2016, at 21:34, Joseph Lorenzini > wrote:
> >
> > Hi all,
> >
> > I am encountered an odd behavior when i revoke a certificate on the
> puppet master. I see this error. I am using puppe
Hi all,
I am encountered an odd behavior when i revoke a certificate on the puppet
master. I see this error. I am using puppet 3.7.4 on CentOS 7.
Error: undefined method `verify_active_connections!' for
ActiveRecord::Base:Class
This leads me to think that when a revocation is happening, the
Hi Mathew,
I've actually been wrestling with a similar problem myself. So far the
solution I like the best is the following:
1. use gpg encryption to encrypt the files on disk and then commit them
into the VCS.
2. do NOT include the gpg private key or the passphrase for the key into
Hi all,
I am migrating a puppet master from centos 5 to centos 7. I performed a
fresh install of puppet 3.7.4 on centos 7. on the puppet master, I copied
my puppet data to /etc/puppet etc. Whenever puppet agent runs on another
node though, I get this exception.
Error: cannot load such file --
Hi all,
I am having a problem with external node classier. Here's the yaml output
from the enc executable.
https://gist.github.com/jaloren/f7599e96c6a8c47591eb395f4680d48c
The yaml output inludes a parameterized class. When puppet server gets this
yaml output, it throws the following exception
Good Morning:
I've started using puppetlabs/splunk module and I'm having a Dependency
Cycle Issue. Can someone help
Error: Could not apply complete catalog: Found 1 dependency cycle:
(File[/opt/staging/splunk/splunkforwarder-6.3.3-f44afce176d0-linux-2.6-x86_64.rpm]
=> Staging::File[splunkforwa
It isn't really feasible to convert to a class parameter since I'm testing
profiles which, as I understand it, should not be using class parameters.
I've since found a solution that seems like it might work; I've been
working on other topics for a bit, but when I get back to it I'll post some
exam
Ok...so I'm trying to get the puppetlabs/splunk module to work with Roles
and Profiles via Hiera. This is what I have.
*hieradata file*
splunk::params::version: '6.3.3'
splunk::params::build: 'f44afce176d0'
splunk::params::src_root: 'puppet:///software/splunk' <- Mapped on
Puppetmaster using f
Thanks everyone for the suggestionsFelix thank you for reminding me of
the --debug on the end of a puppet run. This allowed me to find in php.ini
that a developer added an extension line of code that is handled else where.
RESOLVED!
On Tuesday, February 9, 2016 at 3:51:09 PM UTC-5, Joseph
Hello All:
I started getting failed resources from augeas and I'm hoping someone can
help.
The errors:
Warning: Augeas[php_ini-php-error_reporting](provider=augeas): Loading
failed for one or more files, see debug for /augeas//error output
Error:
/Stage[main]/Oit_php::Augeas/Php::Augeas[php-e
Hello Sergiu:
The Puppet Labs MySQL Module creates the sql statements and runs them
against the mysql server, but does not maintain them persistently. So to
remove a database run the following
mysql -u -p -h -e "DROP DATABASE "
Thanks
Joey
On Thursday, December 10, 2015 at 9:20:46 AM UTC-5,
Hello Martin:
To enforce declaration you should be able to do
onevnet_addressrange { '':
ensure => present,
require => Onevnet['testnet'],
}
Thanks
Joseph Karns
--
You received this message because you are subscribed to the Google Groups
"Puppet Us
reach out to myself if you have any questions on setting any of the
pieces up.
Thanks
Joseph Karns
jm...@psu.edu
--
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, sen
On 01/05/15 09:40, jcbollinger wrote:
> On Thursday, April 30, 2015 at 12:10:19 PM UTC-5, Joseph Swick wrote:
>> The hiera issue is
>> the only reference to it I could find when I first started looking into
>> what was going on and why I wasn't getting the results
nly reference to it I could find when I first started looking into
what was going on and why I wasn't getting the results I expected. It's
even mentioned in the hiera documentation:
https://docs.puppetlabs.com/hiera/1/lookup_types.html#deep-merging-in-hiera--120
--
Joseph Swick
Senior
>> On Apr 29, 2015, at 5:39 AM, Dan Gibbons wrote:
>>
>> Hi,
>>
>> I'm just starting to use create_resources and hash merging which I have
>> working but I'm not sure how I can avoid duplicating some of the hash values
>> further up in the hierarch
the module’s documentation i see:
>> default_vhost
>>
>> Sets up a default virtual host. Defaults to 'true', set to 'false' to set
>> up customized virtual hosts
>> <https://forge.puppetlabs.com/puppetlabs/apache#configure-a-virtual-host>
>&
Hello Latina:
on your line where you have include apache, change to something like this
class{ 'apache':
default_mods => true,
default_vhost => false,
default_ssl_vhost => false,
}
This will trigger the apache class and allow you to pass param's to it.
Thanks
Hi Ash26,
Did you manage to get this working in the end or have you figured out
another way to implement the CIS benchmarks in some automated fashion?
Thanks,
Joe.
On Monday, February 9, 2015 at 9:57:57 AM UTC, Ash26 wrote:
>
> arildjensen-cis seems not to have worked for RHEL7
>
--
You rec
Leam:
Can you reply with your code up too this point. Please include your heira
file, so I can see the hash.
Thanks
Joey
On Wednesday, February 11, 2015 at 4:49:38 PM UTC-5, leam hall wrote:
>
> On Wed, Feb 11, 2015 at 4:18 PM, Joseph Karns > wrote:
> > Hello Leam:
> &
Hello Leam:
I think your looking for something like this:
-
define sysusers::setup(
$hash
) {
case $::osfamily {
'redhat': {
$user_home = '/home'
}
'solaris': {
$user_home = '/export/home'
}
Leam:
The reason you are getting the 400 Error is because you don't have
$osfamily defined.
You can write your case statement as such:
case $::osfamily {
'redhat': {
# do something RHEL specific
}
'debian': {
# do something Debian specific
}
default: {
# ...
}
multiple versions of each module to handle each OS family.
Thanks
Joseph
--
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+unsubscr...@googlegrou
s the case, you might want to
run the command with sudo privileges.
Thanks
Joseph
On Tuesday, February 3, 2015 at 4:50:06 AM UTC-5, aries wrote:
>
> Hi ~
>
> I use chef knife bootstrap a new chef client. It use ssh method to login
> my client and run script to do any thing.
>
&
s the case, you might want to
run the command with sudo privileges.
Thanks
Joseph
On Tue, Feb 3, 2015 at 8:23 PM, aries wrote:
> Hi Joseph:
>
> Thanks your help.
>
> I have a question about the command.
> Who is executing the command ? Puppet server or client ?
>
> I need e
Hello Aries:
Puppet Enterprise provides a single line command to complete the same
thing. It would look something like this, "curl -k https://:8140/packages/current/install.bash | sudo bash"
You could add that to a cloud_init file if using AWS or add it to a
kickstart file for local OS loading.
Hello Tim:
Just like you would when manually adding a cronjob you should have '*/30',
so your resource should look like this.
cron { "facts-cron":
command => "/usr/bin/facter -y > /etc/mcollective/facts.yaml",
user=> 'root',
hour=> 0,
minute => '*/30'
}
Hope this helps!
Joey
Puppet with Satellite 6. How to configure puppet modules for different
hosts group. For example with I want to manage resolv.conf and ntp.conf
with puppet, but wanted to give different values based on server group. For
example I have a server group for Dallas servers in which I have a specific
Thanks. I had same issue. Adding the repo "rhel-7-server-optional-rpms
helped.
On Friday, June 13, 2014 12:49:44 PM UTC-5, Arkandel wrote:
>
> Hey folks,
>
> I'm having some issues installing puppet on a brand new RHEL7 server VM
> and I was wondering if any of you has ran into the same kinds
package_name => 'blah'
} ->
etc.
}
Thanks for the help John!
On Friday, December 19, 2014 9:54:09 AM UTC-5, jcbollinger wrote:
>
>
>
> On Thursday, December 18, 2014 11:10:52 AM UTC-6, Joseph Lombardo wrote:
>>
>> We have a use case where when a new server comes
We have a use case where when a new server comes up, it needs to install a
particular version of a package. However, if this package is upgraded
puppet should ignore it. I have been unable to find a non-hacky way to do
this. Basically, need to ensure present but install a particular version
(no
service is started, as it's
been configured not to use the default directory.
This worked as desired when I first did it and I haven't seen any
errors. However, from reading the other comments in the thread, maybe
it shouldn't work?
--
Joseph Swick
Operations Engineer
Meltwater Group
signature.asc
Description: OpenPGP digital signature
On 17/06/14 07:41, Jason Antman wrote:
> Joseph,
>
> See https://tickets.puppetlabs.com/browse/PUP-682
>
> I'm going to try and get the pull request rebased, but at best this will
> be in puppet4.
>
> -Jason
>
Thank you, I had come across that bug report
#x27;yum install puppet-3.6.2' works as desired, but adding
'allow_virutal => true,' to the package resource doesn't change the
previous error.
Is this working as designed for the Yum provider for the package
resource or is this a bug with the provider? For some reason,
PuppetLabs Firewall module from the forge yet?
It can do most (if not all) of what you're trying to do for iptables
management with manifests.
http://forge.puppetlabs.com/puppetlabs/firewall
--
Joseph Swick
Operations Engineer
Meltwater Group
signature.asc
Description: OpenPGP digital signature
bles::config for myname on node me"
Is the file containing iptables::config in the appropriate directory and
named properly? E.g: modules/iptables/manifests/config.pp ?
> Please can some kind person show a poor little beginner what I am doing
> wrong?
>
> Thanks!
>
On 02/10/2014 12:09 PM, Rafael Cristaldo wrote:
> Hi Joseph Swick !
>
> Thanks for the answer !
>
> This really can help me! .. but thereis some questions about your manifest.
>
> Did you build custom factes for ${username} and ${homedir_real} ? Or you
> propose to
i ${homedir_real}; done; /bin/chown
-R ${username}:${username} ${homedir_real}",
unless => "test \"\$(j=0;for i in `ls -A /etc/skel`; do test -e
${homedir_real}/\$i; if [ \"\$?\" -ne \"0\" ]; then j=1;fi; done;echo
\$j)\" = \"0\"",
}
It may not be all that efficient for a system that has a lot of users on
it. Hope that helps.
--
Joseph Swick
Operations Engineer
Meltwater Group
signature.asc
Description: OpenPGP digital signature
}
}
I wasn't the first to figure that out, I think I remember who I got it
from, but I'm not sure if it's something they came up with or if they
got it from somewhere else. Hope that helps.
--
Joseph Swick
Operations Engineer
Meltwater Group
signature.asc
Description: OpenPGP digital signature
tems in different stages.
I try to avoid stages whenever possible and do resource ordering within
the main puppet stage to ensure items are created in the correct order.
The few places I do use stages, I have them run after main and I'll
eventually work to remove them.
Have you tried running it without the stage?
--
Joseph Swick
Operations Engineer
Meltwater Group
signature.asc
Description: OpenPGP digital signature
e did provide a way to require repos with our
virtual package definitions, so I was able to remove the resource
chaining and still have the desired result.
--
Joseph Swick
Operations Engineer
Meltwater Group
signature.asc
Description: OpenPGP digital signature
On 12/26/2013 12:48 PM, Josh wrote:
> Joseph,
>
> So, the problem with this method appears to be that once you specify
> "hiera_include('classes')" in the environment's site.pp, Puppet appears to
> try and make Hiera the ONLY source for node classificat
n:
http://docs.puppetlabs.com/hiera/1/puppet.html#assigning-classes-to-nodes-with-hiera-hierainclude
There are some gotchas that come up with the hiera merge behavior
depending on how complex you're hiera layout becomes. For example, we
had to set the hiera merge_behavior to deeper for us to
On 12/16/2013 10:59 AM, jcbollinger wrote:
>
>
> On Friday, December 13, 2013 3:56:50 PM UTC-6, Joseph Swick wrote:
>
> [...]
>
> What am I missing to get Puppet to evaluate the $resourceX_type
>> variables as a resource type [e.g: File, Service, et
} else {
File[$resource1_name] -> Service[$resource2_name]
}
}
default: {fail("Unknown resource type '${resource2_type}' for
\$resource2_type")}
}
}
default: {fail("Unknown resource type '${resource1_type}' for
\$resource1_type")}
}
Thank you for taking the time to wade through my lengthy question.
--
Joseph Swick
Operations Engineer
Meltwater Group
signature.asc
Description: OpenPGP digital signature
ppet_3.2.4-1puppetlabs1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
at /tmp/puppetugrade.pp:3
notice: Finished catalog run in 9.13 seconds
Any help is highly appreciated
On Thursday, 19 September 2013 11:50:33 UTC+3, Joseph Mwesigwa Bbaale wrote:
>
> Hi,
>
> I ha
Hi,
I have a puppet client running 2.7.18
I wish to upgrade it to 3.2 but I am not sure how to go about it.
OS = Debian Wheezy
Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving
Hi Stephen,
Thank you so much for the clarification.
I am going to the documents that you have recommended.
Regards,
Joseph
On Monday, 29 July 2013 20:26:41 UTC+3, Stephen Brown II wrote:
>
> Greetings,
>
> I'm also new to puppet, but the documentation is basically informing
g up ssh:auth in this
environment?
Any help offered is highly appreciated.
Joseph
--
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+unsubs
Hello puppet-users.
I am really new to puppet so, please pardon me if my question has rather an
obvious answer.
I have tried to install puppet on both a Debian 6 VM and CentOS 6.3 VM but
always get this error along the way:
## Setting up the database...
Configuring postgresql server...
Postg
ot;en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
I have the same issue. Did you find a solution?
Joseph
On Monday, August 20, 2012 11:19:39 AM UTC+3, Axel Bock wrote:
>
> Hi readers,
>
> another problem of mine. A host which worked just fine on friday is now
> not able to find out its own IP address. The reason is prett
Hi, this is not strictly puppet related but I am hoping someone here
who uses puppet-lint can tell me what is going on here.
$ puppet-lint init.pp
/Users/jc/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/
rubygems/custom_require.rb:36:in
`require': iconv will be deprecated in the fut
are very welcome... this has me puzzled.
Thanks,
Joseph
On Sep 23, 12:26 pm, devzero2000 wrote:
> On Thu, Sep 23, 2010 at 3:00 PM, Joseph Griffiths
> wrote:
> > Hello All,
>
> > I am pretty new to puppet and struggle with the syntax any help with
> > this problem mea
}
When testing on the client rpm -qa | grep -i Socket I get nothing...
Any suggestions are very welcome. (The source file does exist already
after one run)
Thanks,
Joseph
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to
You'd want to change your idea into a file resource with the content parameter
set to a template. In the template you can access the variables to set up that
line properly. Of course if you need to add more hosts to a system it will be
sort of a pita.
Sent from my Verizon Wireless BlackBerry
--
60 matches
Mail list logo