Project

General

Profile

Download (1.16 KB) Statistics
| Branch: | Tag: | Revision:
f8d94608 Amos Benari
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

# This model initially had no columns defined. If you add columns to the
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
one:
puppetclass: one
environment: production
6b4b489f Ori Rabin
puppetclass_lookup_key: nil
b226b68c Ohad Levy
two:
puppetclass: one
environment: production
6b4b489f Ori Rabin
puppetclass_lookup_key: complex
248cad83 Joseph Mitchell Magen
three:
puppetclass: two
environment: production
6b4b489f Ori Rabin
puppetclass_lookup_key: five
21bf889a Joseph Mitchell Magen
four:
puppetclass: four
environment: production
6b4b489f Ori Rabin
puppetclass_lookup_key: five_same_same
9e08f306 Dmitri Dolguikh
five:
puppetclass: three
environment: testing
6b4b489f Ori Rabin
puppetclass_lookup_key: nil
111cde57 Joseph Magen
five_production:
puppetclass: five
environment: production
6b4b489f Ori Rabin
puppetclass_lookup_key: nil
111cde57 Joseph Magen
six_production:
puppetclass: six
environment: production
6b4b489f Ori Rabin
puppetclass_lookup_key: nil
111cde57 Joseph Magen
seven_production:
puppetclass: seven
environment: production
6b4b489f Ori Rabin
puppetclass_lookup_key: nil
111cde57 Joseph Magen
eight_production:
puppetclass: eight
environment: production
6b4b489f Ori Rabin
puppetclass_lookup_key: nil
111cde57 Joseph Magen
nine:
puppetclass: three
environment: global_puppetmaster
6b4b489f Ori Rabin
puppetclass_lookup_key: nil
ea4eec44 Ori Rabin