https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: a7ab6fe7d298f62bfccc8548ff7621f233b6a1f4 authored by Moritz Muehlenhoff on 19 October 2015, 07:06:59 UTC
install2001: Use the role keyword
Tip revision: a7ab6fe
Gemfile.lock
GEM
  remote: https://rubygems.org/
  specs:
    ast (2.1.0)
    astrolabe (1.3.1)
      parser (~> 2.2)
    parser (2.2.2.6)
      ast (>= 1.1, < 3.0)
    powerpack (0.1.1)
    rainbow (2.0.0)
    rubocop (0.33.0)
      astrolabe (~> 1.3)
      parser (>= 2.2.2.5, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.4)
    ruby-progressbar (1.7.5)

PLATFORMS
  ruby

DEPENDENCIES
  rubocop (~> 0.33.0)
back to top