Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
This commit is contained in:
commit
a8d5e9c0fc
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
require "puppet"
|
require "puppet"
|
||||||
require "optparse"
|
require "optparse"
|
||||||
|
|
||||||
|
# Note: This script requires puppet >= 0.25.5.
|
||||||
|
|
||||||
|
Puppet.settings.parse
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
:node => Puppet[:certname],
|
:node => Puppet[:certname],
|
||||||
:types => [],
|
:types => [],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue