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

Version Path
vagrant-unbundled-2.3.6.0 plugins/provisioners/podman/cap/linux/podman_installed.rb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/plugins/provisioners/podman/cap/linux/podman_installed.rb
vagrant-unbundled-2.3.3.0 plugins/provisioners/podman/cap/linux/podman_installed.rb
vagrant-unbundled-2.3.2.0 plugins/provisioners/podman/cap/linux/podman_installed.rb
vagrant-unbundled-2.2.19.0 plugins/provisioners/podman/cap/linux/podman_installed.rb
vagrant-unbundled-2.2.18.0 plugins/provisioners/podman/cap/linux/podman_installed.rb
vagrant-unbundled-2.2.16.0 plugins/provisioners/podman/cap/linux/podman_installed.rb
vagrant-unbundled-2.2.14.0 plugins/provisioners/podman/cap/linux/podman_installed.rb
vagrant-aws-mkubenka-0.7.2.pre.24 vendor/bundle/ruby/2.7.0/bundler/gems/vagrant-22795b161bf6/plugins/provisioners/podman/cap/linux/podman_installed.rb
vagrant-unbundled-2.2.10.0 plugins/provisioners/podman/cap/linux/podman_installed.rb
vagrant-unbundled-2.2.9.0 plugins/provisioners/podman/cap/linux/podman_installed.rb
vagrant-unbundled-2.2.8.0 plugins/provisioners/podman/cap/linux/podman_installed.rb