File: strings.rb

package info (click to toggle)
puppet-strings 4.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,412 kB
  • sloc: ruby: 7,324; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'puppet/application/face_base'

# Implements the 'puppet strings' application.
class Puppet::Application::Strings < Puppet::Application::FaceBase
end