Displaying 2 results from an estimated 2 matches for "testag".
Did you mean:
testa
2008 Jun 18
1
Ruby on Rails 2.1 Unit Testing
Hi,
Just introduced few more chapters in my Ruby on Rails 2.1 tutorial. Most
interesting one is Unit Testing of RoR Applications.
Just go through it and send me your comments.
http://www.tutorialspoint.com/ruby-on-rails-2.1/rails-unit-testing.htm
Thanks.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2012 Jun 18
1
using hiera for node classification
Hi All,
I''ve been trying to use Hiera for node classification, my sit.pp is simple:
node default {
hiera_include("classes")
}
which has been working well with simple class definitions like:
user@host$ cat testagent.yaml 2012-06-18 14:55:48 jon pts/13
---
classes:
- motd
Is anyone doing this in production? I''ve seen a little about this on line
but it seems to be mostly toy cases like the above. If so, is it possible
to pass in parameterized classes this way, like:
user@host$ cat openst...