# Classes to be tested classes: - /role::/ # Nodes to tests classes on, this refers to a 'factset' or 'nodeset' # depending on whether you are running 'spec' or 'acceptance' tests nodes: - CentOS-7.0-64 # You can group classes here to save typing class_groups: # You can group nodes here to save typing # We have created a 'non_windows_nodes' group because we can't # give you Windows vagrant boxes to test with because licensing, # we can give you fact sets though so go crazy with spec testing! node_groups: test_matrix: - all_nodes: classes: 'all_classes' tests: 'spec' functions: return_string: returns: string return_number: returns: 400 return_boolean: returns: true return_array: returns: - 1 - 2 - 3 return_hash: returns: foo: bar profile::fail_puppet: returns: hash: cool yeah: - arrays - are - great profile::fail_ruby: returns: "\r\n\t C:\\windows" opts: :debug: true