Questions tagged [puppet]

Puppet is a cross-platform configuration management tool

Puppet is a cross-platform configuration management tool.

Puppet can run either in a standalone or client/server deployment to manage the configuration, deployment, and patching of both operating systems and applications. It is available as both open source and commercial software.

More info: https://puppetlabs.com/puppet/what-is-puppet/

45 questions
82
votes
4 answers

What's the difference between Juju and Puppet/Chef?

Have tried asking 3rd party about key differences between Juju and Puppet/Chef. 3rd parties are not too familiar with Juju and could not say. They simply stated the others have a lot of momentum, and it would be hard to overcome their lead. Would…
mark
  • 821
  • 1
  • 7
  • 3
30
votes
2 answers

How to change Gsettings via remote shell?

I need to automate desktop configuration via Puppet, virtual terminal or ssh. Unfortunately, invocation of gsettings via ssh or virtual terminal gives: gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize…
Adam Ryczkowski
  • 4,393
  • 8
  • 39
  • 65
13
votes
1 answer

How to copy files to all machines using puppet master?

I have installed puppetmaster in ubuntu 11.04 and i have installed puppet in all my clients. I have joined all my puppet clients with puppet master. Is it possible to copy a file to all these puppet clients from puppet master? For example: I have…
karthick87
  • 80,647
  • 59
  • 193
  • 232
8
votes
1 answer

How to copy file to all clients using puppet?

How do I copy files to all clients using puppet? I have setup a puppet server and clients and I have tested the connection which was working fine. I am not a puppet expert, I am just a beginner, and I just want to know how to copy files to all…
karthick87
  • 80,647
  • 59
  • 193
  • 232
7
votes
1 answer

How can I manage and deploy snap packages without using the official Snap store from Canonical?

I was wondering if it would be possible to create and self-host a repository of snap packages which could then be deployed / updated via something like Puppet, Chef or Ansible. Is this feasible, or are there some mechanisms within snaps that would…
j1mc
  • 593
  • 6
  • 15
5
votes
1 answer

How do I install a puppetmaster?

I have a fairly large network, and I need to use some sort of configuration management tool to manage it. I've decided that Puppet Open Source meets my needs. How do I install it?
jrg
  • 60,101
  • 54
  • 172
  • 246
4
votes
0 answers

systemctl cannot disable services, displays upstart errors

On my Ubuntu 16.04 (Xenial) server, I cannot disable services from autostarting at boot. I get these error messages: $ sudo systemctl disable puppet.service ... initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart:…
DanB
  • 874
  • 10
  • 29
4
votes
2 answers

How to change the wallpaper of all clients using puppet?

I have set up puppet (Central Management Server). Can anyone tell me how to change wallpapers of all clients from this puppet server?
karthick87
  • 80,647
  • 59
  • 193
  • 232
4
votes
1 answer

How to setup Puppet server?

I would like to setup Central Management Server (PUPPET) to manage all clients. I have read many documentations, but none of them was helpful. Can anyone explain setting up puppet server in detail? Where we have to create the following files in…
karthick87
  • 80,647
  • 59
  • 193
  • 232
4
votes
1 answer

How do I remove a user from the dpkg-statoverride file?

Tried to install a package after deleting some servers I no longer needed, and removing the deleted software package's users and groups. Went to fetch and install a new package, and got the following error. user@localhost~$ sudo apt-get install…
blanket_cat
  • 1,494
  • 1
  • 13
  • 19
4
votes
2 answers

Is there a tool like Juju or Chef that I can use to automate the set up of my computer?

There are a lot of tools (chef, puppet, juju) out there to automate server deployments and set ups. How can these be used for automating my laptop set up? I want to be able to do nothing but run a command and sit back while everything is installed…
kapad
  • 1,062
  • 3
  • 15
  • 26
4
votes
1 answer

Why do signed deb packages say they're not authenticated when copied to my private deb repo?

Quick Version I have set up a private deb repository and copied some signed deb packages into it. I have installed the signing key locally. However when I try to install from the repo I get this warning: WARNING: The following packages cannot be…
Hamish Downer
  • 19,013
  • 14
  • 70
  • 92
4
votes
0 answers

IPv6 is disabled, but netfilter-persistent complains with `ip6tables-save v1.6.1: Cannot initialize: Address family not supported by protocol`

I've disabled IPv6 on a set of Docker nodes following the instructions from Disabling IPv6 in Ubuntu Server 18.04. However, netfilter-persistent is still complaining about IPv6: root@docker10:~# netfilter-persistent save run-parts: executing…
Stefan Lasiewski
  • 4,120
  • 6
  • 30
  • 34
3
votes
1 answer

Ubuntu 12.04 shutdown does not finish

When i shutdown my ubuntu 12,04 appears the "shutdown screen" and it never finish, keep shutting down... i use "tab key" to see the log and the last line says "Stopping Puppet Agent"... and it never ends (i need to either keep pushing power button…
2
votes
1 answer

Which puppetlabs release package to choose?

When looking at http://apt.puppetlabs.com/ there are puppetlabs packages, for the different Debian and Ubuntu releases. But apart from that there is the standard edition (like puppetlabs-release-trusty.deb) and the puppet collection 1 edition (like…
Verhagen
  • 131
  • 6
1
2 3