Class: Serverspec::Type::Yumrepo
- Inherits:
-
Base
- Object
- Base
- Serverspec::Type::Yumrepo
show all
- Defined in:
- lib/serverspec/type/yumrepo.rb
Instance Method Summary
collapse
Methods inherited from Base
#initialize, #to_ary, #to_s
Instance Method Details
#enabled? ⇒ Boolean
7
8
9
|
# File 'lib/serverspec/type/yumrepo.rb', line 7
def enabled?
@runner.check_yumrepo_is_enabled(@name)
end
|
#exists? ⇒ Boolean
3
4
5
|
# File 'lib/serverspec/type/yumrepo.rb', line 3
def exists?
@runner.check_yumrepo_exists(@name)
end
|