File: puppetserver-ca

package info (click to toggle)
ruby-puppetserver-ca-cli 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: ruby: 6,970; sh: 4; makefile: 3
file content (10 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env ruby

# This requires everything in our Gemfile, so when functionally testing
# our debugging tools are available without having to require them
require 'bundler/setup'
Bundler.require(:default)

require 'puppetserver/ca/cli'

exit Puppetserver::Ca::Cli.run(ARGV)