Re: Cfengine Help: Looking for ideas: System User Management

2010-09-29 Thread Francisco Reyes
no-re...@cfengine.com writes: > I understand that at the end of the day - it's all about handling > /etc/passwd > /etc/group > /etc/shadow > files, + home directories for users and perhaps sudoers file. If all you are trying to do is to manage access have you considered any form of centralized

Re: Quickstart guide? [learning more about Cfengine classes]

2010-09-24 Thread Francisco Reyes
Aleksey Tsalolikhin writes: > Classes provide an implicit if/then test. There is no else. > But you can negate a class: if not class, then x. > Negate with !, like this: > !class:: >promise How about either nesting classes or having more than one condition? My initial plan was to have a tes

Re: Quickstart guide? [learning more about Cfengine classes]

2010-09-24 Thread Francisco Reyes
[UTF-8]Jakub Viták writes: > I am not sure how are classes handled precisely. I am a total newbie myself, but this is my understanding so far. There are "hard" classes and "soft" classes. A hard class is something cfengnie detects by itself such as hostname, ip and such things. Soft classes a

Re: Cfengine Help: Re: Test vs production CF environments

2010-09-22 Thread Francisco Reyes
no-re...@cfengine.com writes: > There is a very nice article on this subject: > "Storing CFEngine configuration in CVS" > http://sial.org/howto/cfengine/repository/ Thanks for the link. >I'm working on setting up a variant of this using git (which I will post when >it's in a usable and tested f

Re: Machine types

2010-09-22 Thread Francisco Reyes
Michael Potter writes: >can do something like: >"alt_class" or => { "linux", "solaris", fileexists("/etc/fstab") }; That is where I got my idea from. All the machines are linux. > hostnames are very descriptive and indicate 1) the machine role (e.g. > webserver, data-server) 2) the mac

Test vs production CF environments

2010-09-22 Thread Francisco Reyes
How do people handle their cfengine test environments.. My plan so far: Setup a cfengine test environment 1 master 3 clients (one of each type of machine) Use CVS to track changes After I have tested a set of promises, move to production by doing an update from CVS. Production will be 1 CFmaster

Re: Machine types

2010-09-22 Thread Francisco Reyes
Mike Hoskins writes: > How many hosts? Machine types? About 60 hosts with 3 main types. > For starters (I know it is just boring semantics, sorry if it points out the > obvious) -- pick some central dir (beside /) to hold your semaphores (files) > lest your fs become untidy. Will do. Was eas

Re: Machine types

2010-09-22 Thread Francisco Reyes
Mark Burgess writes: > >> With lots of help from Michael Ciavarella I got an initial test setup going. >> The first thing that became obvious is that there wasn't a straightfoward >> way to define groups of machines for receiving certain tasks/files. > > classes: > > "mygroup" or => { "host1

Re: Purchasing Nova (was Re: Cfengine Help: Re: Please add full syslog support to community edition v.3)

2010-09-22 Thread Francisco Reyes
Mark Burgess writes: >It handles compliance auditing etc and has some extra features to integrate >with databases and > monitoring/analytics. Even though I am still learning.. both auditing and compliance are something we have to do so already asked for more info on the contact page. > There

Machine types

2010-09-22 Thread Francisco Reyes
With lots of help from Michael Ciavarella I got an initial test setup going. The first thing that became obvious is that there wasn't a straightfoward way to define groups of machines for receiving certain tasks/files. Looking at the official tutorial at http://www.cfengine.org/manuals/cf3-tutor

Re: Quickstart guide?

2010-09-22 Thread Francisco Reyes
Aleksey Tsalolikhin writes: > On Sat, Sep 18, 2010 at 4:27 PM, Francisco Reyes > wrote: >> Trying to setup cfengnie. >> So far have found: >> > ... >> >> http://www.verticalsysadmin.com/cfengine3/ >> This one seems somewhat promissing. Still trying

Purchasing Nova (was Re: Cfengine Help: Re: Please add full syslog support to community edition v.3)

2010-09-22 Thread Francisco Reyes
Mark Burgess writes: > PLease contribute to the future of Cfengine by buying the commercial version. Like many other things with CFengine, even that I find not to be straight forward. So far from what I can tell the only way to get pricing information is to ask for a quote. Did I miss a page

Re: Cfengine Help: Re: Quickstart guide?

2010-09-20 Thread Francisco Reyes
milo...@gmail.com writes: > Live CD seems a better idea for me. Exactly. Live CD is the most widely usable. > the implementation (as long as you need my help at all). The Live CD should have two options, one to act as server and the second to act as client. This way someone could quickly see a

Re: Cfengine Help: Re: Quickstart guide?

2010-09-20 Thread Francisco Reyes
no-re...@cfengine.com writes: > Offering a small pre-configured virtual appliance or live CD for people to > download and try would be a nice addition. LiveCD may be better. Even many people may be using a particular virtual infrastructure many other people won't be able to run it. A LiveCD ISO

Re: Cfengine Help: Re: Quickstart guide?

2010-09-20 Thread Francisco Reyes
no-re...@cfengine.com writes: >I've been thinking about a script that can generate a server and client >configuration suitable for testing >and evaluation on a single host. Although useful, anything that does not include at least two machines may be somewhat of limited help. Last night I had a

Re: Quickstart guide?

2010-09-20 Thread Francisco Reyes
Aleksey Tsalolikhin writes: >> http://www.verticalsysadmin.com/cfengine3/ >> This one seems somewhat promissing. Still trying to go over it and try to >> see how to apply it. > Let me know if you have any questions. (I wrote that piece.) Towards the bottom where you have: cf-agent -v test_copy

Re: Quickstart guide?

2010-09-19 Thread Francisco Reyes
Erlend Leganger writes: > cfengine uses the freemium model (hook users on the free product, charge > for advanced or special features) - in that model it is a point to make it > really, really easy for all to start using the free product so that you > can upsell later. This is not the case with

Authentication using trustedkeys

2010-09-19 Thread Francisco Reyes
Trying to get my first test setup going using the tutorial at http://www.verticalsysadmin.com/cfengine3 Got the client and server to talk to each other, but getting Challenge response from server 192.168.1.45/192.168.1.45 was incorrect! I: Made in version '0.1' of '/var/cfengine/inputs/test_copy.

Re: Quickstart guide?

2010-09-19 Thread Francisco Reyes
Jonathan CLARKE writes: > As I guess you've realized, the current version is Cfengine 3.x, so make > sure any tutorials you follow apply to that version. Already had problems with that.. How can one tell? I found this tutorial: http://www.sysadmin.hep.ac.uk/wiki/Cfengine But I was told on the I

Quickstart guide?

2010-09-18 Thread Francisco Reyes
Trying to setup cfengnie. So far have found: http://cfwiki.org/cfwiki/index.php/Cfengine_quick_start Incomplete. Also seems like abandoned. http://www.conshell.net/wiki/index.php/User:Fostermarkd/FreeBSD/CFengine Incomplete and little/no explanations. Good format, but just lacks details. http: