mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
start migrating file resource
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
50a5803427
commit
1bbe67682e
1 changed files with 56 additions and 54 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
require 'digest'
|
||||
|
||||
module Vulcano::Resources
|
||||
class File < Vulcano.resource(1)
|
||||
name 'file'
|
||||
|
||||
|
@ -67,3 +68,4 @@ class File < Vulcano.resource(1)
|
|||
'Path "#{@path}"'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue