Questions tagged [puppet]
Puppet is a configuration management tool (Unix & Windows) with its own Domain Specific Language (Puppet or Ruby DSL).
123 questions
1
vote
0
answers
23
views
Importing Client Certs into Firefox
Making an attempt to put some client certs into Firefox on Red Hat. I am attempting to do this at provision using puppet. Everything I looked into said to put the key.db and cert.db files into a /home/...
0
votes
2
answers
641
views
Error during "apt-get full-upgrade": Missing libcrypt.so.1 library preventing libc6 configuration
When I try to do an apt-get full-upgrade, I get this error message:
Setting libc6:amd64 (2.36-9+deb12u7)...
/usr/bin/perl: error while loading shared libraries: libcrypt.so.1: cannot open shared ...
0
votes
1
answer
34
views
Where is "--localcacert" in Puppet man page?
I am new to Puppet. We have a command and it uses the --localcacert option. The command looks like this:
puppet agent -t --localcacert <path to CA cert> --ca_server <CA server hostname> --...
1
vote
1
answer
230
views
Unable to locate package pdk on debian
I am trying to install the external package pdk on debian bullseye. Following the official instructions I executed the following:
wget https://apt.puppet.com/puppet-tools-release-bullseye.deb
dpkg -i ...
4
votes
1
answer
341
views
Are any large-scale services based on NixOS or Guix System?
Following the permeation of virtualization and containerization through world of network services, various tools and systems have emerged for provisioning and orchestrating such systems from ...
0
votes
1
answer
192
views
Convert puppet manifest config to hiera
I installed corosync-pacemaker cluster via puppet. Now I would to like keep my data into hiera file. How should I convert cs_primitive section into yaml file?
cs_primitive { 'nfsshare_fs':
...
0
votes
1
answer
249
views
Most stable/efficient method for OpenStack deployment using Debian
I was wondering witch method to use to deploy OpenStack. I read guides of OpenStack, but there is no focusing on Debian.
What is the most stable method to deploy OpenStack on Debian?
1
vote
0
answers
1k
views
Puppet agent hangs on Loading facts from
Info
root@slx04c-8odu:/home/xiaojguan# which puppet
/usr/share/rvm/rubies/ruby-2.3.8/bin/puppet
root@slx04c-8odu:/home/xiaojguan# puppet -V
3.8.6
root@slx04c-8odu:/home/xiaojguan# facter -v
1.7.5
root@...
1
vote
0
answers
146
views
Do I only need to run command at once on puppet
I would like to run below command in puppet at one time for example if i had a one directory(/tmp/example) which contains example-releases-88.99.05-rc1.tar.gz file only coming at certain point. Only ...
0
votes
1
answer
696
views
Puppet Bolt not Passing Parameters into Bash Script Running as Task
When trying to use Puppet Bolt to run Bash scripts on remote machines, I kept having scripts fail to work properly because they weren't receiving the parameters passed by the Bolt command. If a ran a ...
0
votes
0
answers
68
views
Unexpected Bash Output [duplicate]
Can someone explain why I got error messages related to puppet when I type foo at the bash prompt as shown below:
[root@centos8 ~]# foo
bash: foo: command not found...
Failed to search for file: ...
0
votes
2
answers
449
views
Puppet not reflecting changes made in manifest
I have a module manifest, let's say it is named as work.pp. I added a custom fact has_work in /lib/facter/work.rb. When I run puppet agent -t, and check facter -p has_work, the fact has appropriate ...
-1
votes
1
answer
855
views
Puppet - No Listener on 8140: Job for puppetserver.service failed because a timeout was exceeded
I have a Puppet setup that was working at one point in time. Now when I run a netstat -lnp I do not see the Puppet Server listening on 8140.
In troubleshooting I've tried to manually start the puppet ...
1
vote
0
answers
990
views
using powershell on Linux with Ansible
In looking at powershell, the general assumption is that it's being used either for or on Windows machines in a homogeneous network.
Strictly within Linux, and only using "core" powershell, looking ...
0
votes
2
answers
736
views
rpm package libpng12-1.2.50-10.el7.x86_64 is missing . server is deployed using puppet
I have two remote sites on which i have CentOS 7.4 based servers. I have deployed the servers using puppet and both sites have same configuration. On one site the one of my server is missing this ...