131 132 133 134 135 136 137
# File 'lib/chef/resource/deploy.rb', line 131 def role(arg=nil) set_or_return( :role, arg, :kind_of => [ String ] ) end