Displaying 2 results from an estimated 2 matches for "ensure_".
Did you mean:
ensure
2013 Nov 01
9
package conflict resolution method:
Hello, list:
I have two puppet modules that are unrelated to each other, but
both have (unrelated) Python scripts that parse YAML. As such, both
have a block like the following in their manifests for the PyYAML script
dependency:
package { ''PyYAML'':
ensure => installed,
}
If I try and include both modules on the same server this
causes an obvious
2008 Mar 11
0
How to get a facebook session for desktop applications (or unit tests?)
Normally, in a rails app, all one would have to do is call
set_facebook_session, or the ensure_* filters to get a valid session.
I''ve been looking through the sessions code to figure out how to get a
valid session for desktop applications (or unit tests)--basically
outside of rails controller.
As far as I can ascertain, you should just be able to do this:
require ''facebook...