search for: vosloo

Displaying 7 results from an estimated 7 matches for "vosloo".

Did you mean: voodoo
2008 Jun 13
3
before_filter order of execution
Hi I''m trying to use before_filter to allow access to a site. Only logged in users can view any object in the controller, but only users with a access_level higher than 2 can view specific objects. My code is: ----------------------------------------------------------- IN USER_CONTROLLER before_filter :login_required before_filter :access_granted, :only => [:destroy, :new , :edit]
2007 Nov 01
2
Nodes and defaults question
Hi there, If I have a manifest with, say: node default { ..stuff.. } node mymachine { ..stuff.. } What would happen on mymachine: will the stuff in default be executed *as well as* the stuff in default, or only the stuff in mymachine? And, if the latter, should I move global stuff just to global scope outside of nodes? Thanks -Iwan
2007 Nov 08
1
Dealing with sensitive files?
...ss the files and serve them up to clients. Those run as root and can install the files at their destinations with the proper ownership and access. But this means that, on the puppet master machine, the puppet user holds the keys (literally) to many important things... Any ideas/suggestions? -Iwan Vosloo
2008 Apr 11
2
Fake FQDN for puppetmaster (and ca) in faked environment?
Hi there, We have a fake environment in which we test software and config before rolling it out to prod. Here, we have a fake puppetmasterd running, serving the new config under test. But we''re having trouble with certificates. It is possible to specify via config what fqdn the puppet ca should use for itself? We need this to be a different (faked) fqdn than the real name of the
2007 Nov 20
2
The user type: restrict login
Hi there, If I create a user, there seems to be no way to restrict it from being able to log in. Is there a simple way in which I can extend it to do that, or will I have to build my own define? It would also be useful to specify the user''s ssh keys and authorized keys, for example. I am also wondering how much effort it would be to add another provider for user (such as
2007 Oct 31
2
Managing apache authentication
Hi there. I''m trying to wrap my head around puppet and its parlance and need some guidance... 2 Questions: 1) I have done some puppet stuff on a new server and would like to hear whether I have done things "the right way" 2) I want to build on top of that and am not sure how... Question 1 ========== We don''t normally host static websites for people, but have been
2008 Jan 13
0
Obtain selected value from collection_select
Hi Im trying to change the layout of a view depending on the value selected in a collection_select box dynamically. Iow the value selected must be passed to the controller without any submit buttons beings pressed. Ultimately I wanna know how to obtain the selected value from collection_select and refresh this value if the collection is changed.... Any help would be appreciated!! thx -- Posted