Hello, deb,
We have a similar setup and this has bugged me for some time. We have
workstations to manage and their actual users have sudo rights, so there
is no way to forbid them to see the actual .cf files, so putting all the
hashes to one .cf file was not an option.
For your server setup, t
Forum: Cfengine Help
Subject: Re: Cfengine Help: Deleting a Local File
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,22450,22451#msg-22451
Some delete examples here:
http://cfengine.com/manuals/cf3-solutions.html#Garbage-collection
__
I have been trying to delete a local file and have been unsuccessful. Help.
/tmp/templates/delete_local_file.cf.test
#
# testing cfengine with following:
# delete local file
#
body common control
{
bundlesequence => { "createFile" , "deleteLocalFile" };
Forum: Cfengine Help
Subject: Re: Cfengine Help: Updating shadow encrypted fields
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,22441,22449#msg-22449
The secret conundrum. To automate one must commit the secret to a record.
This is one of the instances that do not go we
Did a fresh kickstart and got this, which needless to say my test machine was
rather unhappy about. I haven't touched the applicable code since well before
upgrading to 3.1.5, has the behavior changed / broke?
___
Help-cfengine mailing list
Help-cfengin
Forum: Cfengine Help
Subject: Re: Cfengine Help: Re: Changes to the CFEngine website
Author: debheller
Link to topic: https://cfengine.com/forum/read.php?3,22446,22447#msg-22447
My apologies for not including a link! (I'm juggling too many things...) I
believe I've seen it in several places, bu
Deb thanks - I did a search and replace on the name, but it should not
change in the code. Can you tell me where you found this example? I
would like to correct it.
On 14/06/11 22:22, no-re...@cfengine.com wrote:
> Forum: Cfengine Help
> Subject: Re: Changes to the CFEngine website
> Author: de
Forum: Cfengine Help
Subject: Re: Changes to the CFEngine website
Author: debheller
Link to topic: https://cfengine.com/forum/read.php?3,22422,22445#msg-22445
Hi Mark,
The site is a nice improvement. The one thing that I think could become a
point of confusion is that the new "CFEngine" spellin
Forum: Cfengine Help
Subject: Re: Cfengine Help: Updating shadow encrypted fields
Author: debheller
Link to topic: https://cfengine.com/forum/read.php?3,22441,22444#msg-22444
Aye, that would work, but... here's the conundrum - to ensure that we reset
the password locally on the client, we must h
Good point - we'll find the link and restore it. Our cleanup was maybe
overzealous :-)
Mark
On 14 Jun 2011, at 20:41, Bas van der Vlies wrote:
> I have another question. I used the cfengine syntax page on cfengine,org a
> lot, but i can not find it on cfengine,com. So the question where can
I have another question. I used the cfengine syntax page on cfengine,org a lot,
but i can not find it on cfengine,com. So the question where can i find it?
Further i get an error on: http://cfengine.com/pages/tech, quick reference link
* http://cfengine.com/manuals/cf-QuickRef3
--
Bas van der
> Is there a better way? Has someone already done this, and if so, would you
> be willing to share? I am not sure how to do this - It must be done only
> once, and since the encrypted string will be different on each host, you
> can't check for a static value that has been replaced on subsequ
On 6/14/11 12:32 AM, "Nicolas Charles"
wrote:
> Great !
> I really like the new website, it's very neat, and it's much more easier
> to find everything
+1 -- nice and clean. Great job on the redesign.
> However, previous links from external site won't work anymore. Could it
> be possible to hav
Forum: Cfengine Help
Subject: Re: Promise to maintain sections of a file
Author: debheller
Link to topic: https://cfengine.com/forum/read.php?3,22435,22439#msg-22439
What Neil said! We just pull a file out of svn and copy to the desired
destination. On subsequent runs, cfengine will make sure t
Forum: Cfengine Help
Subject: Updating shadow encrypted fields
Author: debheller
Link to topic: https://cfengine.com/forum/read.php?3,22438,22438#msg-22438
Here's a bit of a brain-twister for y'all... Say, for example, you maintain a
very large group of Linux servers. All access by users account
Forum: Cfengine Help
Subject: Re: Promise to maintain sections of a file
Author: jtl
Link to topic: https://cfengine.com/forum/read.php?3,22435,22437#msg-22437
Well and succinctly put, Neil. Thanks.
___
Help-cfengine mailing list
Help-cfengine@cfengine
Forum: Cfengine Help
Subject: Re: Promise to maintain sections of a file
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,22435,22436#msg-22436
I know this position. You want to promise a block of text and no other
permutations of that text. This is very difficult and l
Forum: Cfengine Help
Subject: Promise to maintain sections of a file
Author: jtl
Link to topic: https://cfengine.com/forum/read.php?3,22435,22435#msg-22435
Hi help-cfengine,
I am trying to get cfengine to automatically insert and maintain multi-line
sections of a text file. Is this possible to
On 14/06/2011 16:02, Mark Burgess wrote:
> Yes, ok, this kind of link we can try to do to preserve the forum links.
>
Great, thank you very much Mark
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cf
Yes, ok, this kind of link we can try to do to preserve the forum links.
On 14/06/11 15:46, Nicolas Charles wrote:
> On 14/06/2011 13:29, Mark Burgess wrote:
>> I would prefer not to get into the business of rewriting URLs,
>> especially during a time where the infrastructure is changing. There i
On 14/06/2011 13:29, Mark Burgess wrote:
> I would prefer not to get into the business of rewriting URLs,
> especially during a time where the infrastructure is changing. There is
> a lot of material to map, and we've already done our best to make the
> navigation as easy as possible.
>
> However,
Hello,
I need to convert my variable $(domain), which is lowercase by default,
but I need to put it to /etc/krb5.conf, where the realm is expected to
appear in uppercase. Is there a simple way to do that without using
external commands like 'tr'?
I tried looking for this in cfengine's string f
Forum: Cfengine Help
Subject: Re: Cfengine Help: Copying Local Folder
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,22409,22430#msg-22430
The search pattern is a regular expression. Make is as precise as possible to
prevent unwanted matches.
_
On 14/06/11 09:32, Nicolas Charles wrote:
> On 13/06/2011 22:20, no-re...@cfengine.com wrote:
>> Forum: Cfengine Help
>> Subject: Changes to the CFEngine website
>> Author: mark
>> Link to topic: https://cfengine.com/forum/read.php?3,22422,22422#msg-22422
>>
>> Dear Community Forum Users,
>>
>> t
On 06/14/2011 09:32 AM, Nicolas Charles wrote:
> For instance, http://www.ohloh.net/p/cfengine links to several pages
> from the old website, an now it redirects to the home page.
Thank you, I have updated all the links on Ohloh page. We put up
redirects soon as well.
___
Forum: Cfengine Help
Subject: mbt sandals
Author: mbtshoes
Link to topic: https://cfengine.com/forum/read.php?3,21922,22427#msg-22427
Work is one thing and play is another. mbt shoes outlet It is of course not
good to work all day long. However, it is also not good to play all day long.
While yo
Forum: Cfengine Help
Subject: mbt sandals
Author: mbtshoes
Link to topic: https://cfengine.com/forum/read.php?3,22400,22426#msg-22426
The secret of success (The key to success) is not so much money as a strong
will. mbt fora shoes A great man is one who has a strong will and an
indomitable spi
On 13/06/2011 22:20, no-re...@cfengine.com wrote:
> Forum: Cfengine Help
> Subject: Changes to the CFEngine website
> Author: mark
> Link to topic: https://cfengine.com/forum/read.php?3,22422,22422#msg-22422
>
> Dear Community Forum Users,
>
> today you will find the beginning of a major overhaul o
28 matches
Mail list logo