Sha256: bd51b7ded707bc2eba51bf26a7e7567d67cc64364562918e8b4f112841b66a2c

Contents?: true

Size: 412 Bytes

Versions: 2

Compression:

Stored size: 412 Bytes

Contents

package 'sl' do
  version '3.03-17+b2'
end

######

gem_package 'ast' do
  version '2.0.0'
  options ['--no-document']
end

######

# Docker backend raises an error with `user` option, so it tests only on `itamae local`.
# After fix this error, please move this code and the spec to `default.rb`.
file "/tmp/file_as_ordinary_user" do
  content "Hello World"
  user "itamae"
  owner "itamae"
  group "itamae"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
itamae-1.10.4 spec/integration/recipes/local.rb
itamae-1.10.3 spec/integration/recipes/local.rb