Instance Propertyheckj.formic 0.3.0Formic
ignoreFailure
Dpkg.swift:94var ignoreFailure: Bool
var ignoreFailure: Bool
s6Formic4DpkgV24DebianPackageDeclarationV13ignoreFailureSbvp
What are these?2KOZF
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
struct DebianPackageDeclaration
The declaration for a Debian package resource.
struct Dpkg
A debian package resource.
@frozen struct Bool
A value type whose instances are either true
or false
.
init(name: String, state: DesiredPackageState, retry: Backoff = .never, resolveTimeout: Duration = .seconds(60))
Creates a new declaration for a Debian package resource
var declaredState: DesiredPackageState
The desired state of the package.
var executionTimeout: Duration
var id: UUID
var name: String
The name of the package.
var retry: Backoff
func run(host: RemoteHost, logger: Logger?) async throws -> CommandOutput
enum DesiredPackageState
The configurable state of a debian package.