Using software to track changes on a system to deploy them to many systems. Common tools are puppet, chef, and cfengine.

learn more… | top users | synonyms

2
votes
2answers
155 views

Where does LXRandr save its display configurations?

It looks like LXRandr can save configurations. But where are they saved and in what form? (I was thinking about activating them by shortkey.)
1
vote
0answers
40 views

How to do a near-full desktop experience sync?

I have two machines in two fairly distant locations that I do development on, depending on where I am. I currently use a git sync to keep the following dotfiles manually synced .irssi .ssh/config ...
3
votes
1answer
163 views

How do I create an icon for a script or software that is available to every user whether new or existing

There seems to be lots of help in the FAQs for customizing Unity, even with dconf-editor and other tools. However, as an administrator of a large thin client installation, from time to time, there ...
1
vote
5answers
1k views

Puppet-Like Configuration Tool?

In the business environment I work in, we tried to use Puppet to manage both our Linux and Windows machines. This includes tasks like installation of programs that are needed for our department and ...
2
votes
1answer
138 views

Can I migrate a tor hiddenservice from one user/PC to another?

Is there a way to migrate the hidden service from one PC to another? I have tried to put hiddenservice folder with host and private key in another tor, but got this error: Dec 24 00:11:38.793 [warn] ...
3
votes
2answers
2k views

Can symlinks be used in /etc/cron.d/?

I'm trying to implement a configuration mechanism that allows in a certain project to deploy through svn a cron configuration. I immediately thougt that what I should do is cerate symlinks from ...
3
votes
1answer
2k views

Gconf-editor missing gnome-system-tools from tree

I am trying to to enable the /apps/gnome-system-tools/users/show_all flag that is supposed to be in gconf-editor. According to the Ubuntu community documentation, and many google searches, the key I ...
2
votes
1answer
451 views

Checklist for upgrading a very out of date install

Background: My last upgrade was from 9.04 to 9.10, and it did not go well. I lost a lot of my settings and spent way too much time reinstalling packages that I though I already had. Last April, I ...
1
vote
0answers
680 views

How can I revert back to initial configuiration of 11.04? [duplicate]

Possible Duplicate: How do I restore default settings and configuration, but keep local data, installed apps, and PPAs? Is any way to return to the initial configuration of my ubuntu??, ...
2
votes
0answers
1k views

What is the proper way to install Puppet on a server? [duplicate]

Possible Duplicate: How do I install a puppetmaster? We've got several Ubuntu 10.04 servers and I'm looking to deploy Puppet for configuration management. The machines already have RVM ...
1
vote
0answers
178 views

Configuration management, tripwire style? [closed]

Is there a method to detect configuration/package changes on a server that is more Ubuntu-centric than tripwire? I'd like a tripwire-like daemon that would report configuration diff's and package ...
10
votes
1answer
1k views

Why is there only one configuration management tool in the main repository?

How is it that Cfengine does not exist in the Ubuntu (10.04 LTS) Main Repository? I can't find a discussion of this anywhere (using Google). The only configuration management in Ubuntu Main seems to ...
1
vote
1answer
89 views

Will applications be putting user data in ~/.config instead of just ~?

Are there any plans to have applications store data from each user in home/user/.config instead of just home/user/ and their respective directories?
2
votes
1answer
588 views

A simple way to manage configuration of dot files and packages?

In a few hours I will get my new Thinkpad X201t and the first thing that I will do is install Ubuntu on it. In the last two months I switched machines quite a lot because I needed to work despite my ...
9
votes
2answers
3k views

What is the relationship between .gconf, .gnome2, .cache, .local, and other dot-file hierarchies in my home directory?

According to this answer, .local .cache and .config are, by convention, configuration storage locations adopted by Gnome and Ubuntu. Are .gnome .gnome2 and .gconf therefore legacy configuration ...
5
votes
5answers
581 views

How do I duplicate a server's packages and configuration to another machine?

I have a production server running Ubuntu. I would like to setup similar configuration installed on my local machine. I'd like to have same packages installed. Since bandwidth is a constraint the ...