waveclaw/puppet-facter_cacheable

View on GitHub
Guardfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

notification :off

guard 'rake', task: 'test' do
  watch(%r{^manifests\/(.+)\.pp$})
end