Fluxion::RpmRepositoryStep
Inherits Fluxion::Step < Reference < Object
type: rpm-repository — declare a Fedora DNF repository.
Constants
REPO_DIRECTORY = "/etc/yum.repos.d"
Constructors
new(name : String, id : String, base_url : String, repo_file : String, signing_key : SigningKey | Nil = nil, enabled : Bool = true, gpg_check : Bool = true, description : String | Nil = nil, continue_on_error : Bool = false, probe_command : String | Nil = nil, condition : Condition | Nil = nil)
SourceClass methods
Instance methods
base_url
Sourceenabled?
Sourcegpg_check?
Sourceid
Sourcerepo_file
Sourcesigning_key
Source