Sha256: 92cf370175b719ec8c6d4824eccec3f2c0752c2931a39cbe70fda86e66db8e55
Contents?: true
Size: 271 Bytes
Versions: 12
Compression:
Stored size: 271 Bytes
Contents
module VagrantPlugins module PodmanProvisioner module Cap module Linux module PodmanInstalled def self.podman_installed(machine) machine.communicate.test("command -v podman") end end end end end end
Version data entries
12 entries across 12 versions & 3 rubygems