Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hasPlugin (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. Vagrantfile

        # Add vagrant to the Docker group, so that it can run commands
        usermod -aG docker vagrant
      SHELL
    end
    
    def dnf_common(config, name)
      # Autodetect doesn't work....
      if Vagrant.has_plugin?('vagrant-cachier')
        config.cache.auto_detect = false
        config.cache.enable :generic, { :cache_dir => '/var/cache/dnf' }
      end
      linux_common(
        config,
        name,
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
Back to Top