Searched defs:should (Results 1 - 6 of 6) sorted by relevance

/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/type/
H A Ddns.rb47 # ensure should remains an array as long as there's more than 1 entry
48 def should method
49 if @should.length == 1
50 @should[0]
52 @should
58 if should.is_a? Array
59 is.sort == self.should.sort
87 # ensure should remains an array as long as there's more than 1 entry
88 def should method
89 if @should
115 def should method
151 def should method
[all...]
H A Dipmp_interface.rb47 # ensure should remains an array
48 def should method
49 @should
54 is.sort == self.should.sort
H A Dlink_aggregation.rb48 # ensure should remains an array
49 def should method
50 @should
55 is.sort == self.should.sort
76 desc "Specifies whether LACP should be used and, if used, the mode
77 in which it should operate"
H A Dnis.rb55 # ensure should remains an array as long as there's more than 1 entry
56 def should method
57 if @should.length == 1
58 @should[0]
60 @should
66 if should.is_a? Array
67 is.sort == self.should.sort
H A Dpkg_publisher.rb41 # ensure should remains an array
42 def should method
43 @should
48 is.sort == self.should.sort
106 # ensure should remains an array
107 def should method
108 @should
113 is.sort == self.should.sort
H A Dldap.rb74 # ensure should remains an array
75 def should method
76 @should
81 is.sort == self.should.sort
103 # ensure should remains an array
104 def should method
105 @should
110 is.sort == self.should.sort
150 # ensure should remains an array
151 def should method
225 def should method
251 def should method
286 def should method
320 def should method
[all...]

Completed in 148 milliseconds