mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
bugfix: add missing uri import
This commit is contained in:
parent
9e9cb98438
commit
89f003f61b
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
# apt-get install software-properties-common
|
||||
# add-apt-repository ppa:ubuntu-wine/ppa
|
||||
|
||||
require 'uri'
|
||||
|
||||
class AptRepository < Vulcano.resource(1)
|
||||
name 'apt'
|
||||
|
||||
|
|
Loading…
Reference in a new issue