Sha256: 9b6f12509847d7fb63cd00b3f7277ffe6310a3d172baea4d7b8f5644846997d7
Contents?: true
Size: 1007 Bytes
Versions: 34
Compression:
Stored size: 1007 Bytes
Contents
# 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
Version data entries
34 entries across 34 versions & 1 rubygems