search for: my_key

Displaying 5 results from an estimated 5 matches for "my_key".

2013 Sep 16
10
Unable to specify hierarchy for data-in-modules
...I got data-in-modules working. However, no matter what I put into the module hiera.yaml, I can only override the defaults from common.yaml by osfamily (and not, e.g., by environment). In the setup below the following command outputs: >puppet apply --binder -e "notice lookup (''my_key'')" --environment=local Notice: Scope(Class[main]): windows-value Notice: Compiled catalog for myhostname in environment local in 1.40 seconds And if I delete the osfamily directory, the same command outputs "common-value". So, even though osfamily is not part of the hiera...
2007 Dec 15
10
1) Error 2) sending request to a specific worker
...oundrb/server/master_worker.rb:115:in `initialize'' ./script/backgroundrb:39:in `new'' ./script/backgroundrb:39 my code is : class MyController < ApplicationController def index end def login @worker = MiddleMan.new_worker(:worker => :xmpp_worker, :job_key => :my_key) MiddleMan.ask_work(:worker => :xmpp_worker, :worker_method => :login, :data => "test") render(:partial=>''window'') end end class XmppWorker < BackgrounDRb::MetaWorker set_worker_name :xmpp_worker set_no_auto_load true def create(args = n...
2006 Feb 08
4
ssl certificates
Hi, could someone help me with ssl certificates? i have mycert.pfx file (client certificate) and CA certificate ca.cer. i far as i know, ruby doesn''t understand pfx format, so i''ve converted it to pem format. in viewer pem looks like: Bag attributes blabla Key Attributes blabla ---begin rsa private key--- blabla ---end rsa private key----- --begin certificate-------- blabla
2005 Sep 08
0
First 8 bytes of the value of keys in group_mapping.tdb
I'm trying to build a hack to add/modify a groupmap entry in the group_mapping.tdb file by hand. What I'd like to do is to manually perform something like this: echo -e "open group_mapping.tdb\ninsert my_key my_value\nq" | tdbtool In this attempt, I expect to add a new group map entry in the tdb file. The key I'm using is the same as samba uses: domain_group/SID. I'm having trouble with the value of the {key,value} pair. When I issue a dump of a functional group_mapping.tdb file, I not...
2008 Mar 15
2
new webgen plugin : google analytics
Hi all In order to add visit tracking to my webgen site, i''ve written a google analytics plugin which, given a google analytics key, automatically includes tre required javascripts. Requirements : in your page template, put {googleAnalytics: key: your_google_key} just before your <body> tag. And that''s all. The code is the following :