Displaying 5 results from an estimated 5 matches for "armatures".
Did you mean:
armature
2011 Mar 15
1
Newbie-ish question on iteratively applying function to dataframe
Hi,
I am trying to recursively apply a function to a selection of columns
in a dataframe. I've had a look around and from what I have read, I
should be using some version of the apply function, but I'm really
having some headaches with it.
Let me be more specific with an example.
Say I have a data frame similar to the following
A x y z r1 r2 r3 r4
0.1 0.2 0.1
2013 Apr 29
2
checking puppet run status of node A during puppet run of node B
I have some middleware where the successful configuration of node B is
dependent on the successful configuration of node A. Node B must pull
additional information from node A during its configuration. Is there any
built in functionality in puppet for checking the completion status of
other nodes? Right now my intent is to write a custom function to query
the puppetdb which is storing
2012 Dec 02
0
help setting up crossed data
Hello, and thanks for your time reading this. I'm trying to test
interactions of my dataset, in which the all of the factors are within the
same column.
Type Vol
1 CMass -4.598
2 BBack -4.605
3 BMass -4.602
4 CMass -4.601
5 CBack -4.605
6 CMass -4.604
7 CMass -4.602
8 CMass -4.604
9 CBack -4.605
10 BBack -4.503
11 CMass -4.605
Im attempting to determine the interaction effects of B or C
2013 Nov 30
8
Providing hiera with module data
Hi guys,
I don''t know how to solve this:
I want ".yaml"-files in each module''s "/data"-directory. These .yaml-files
should contain data, which Hiera sould pass to the module''s manifests.
How can I do that? I''m using Puppet 3.3.1
Thanks in advance!
--
You received this message because you are subscribed to the Google Groups "Puppet
2013 Sep 16
10
Unable to specify hierarchy for data-in-modules
Hello,
I''m running Puppet agent stand-alone on Windows.
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'')"