lib/vagrant-hosts/command/puppetize.rb in vagrant-hosts-2.5.0 vs lib/vagrant-hosts/command/puppetize.rb in vagrant-hosts-2.6.0
- old
+ new
@@ -1,9 +1,13 @@
class VagrantHosts::Command::Puppetize < Vagrant.plugin('2', :command)
include VagrantHosts::Command::Helpers
include VagrantHosts::Addresses
+ def self.synopsis
+ 'List private_network host info as Puppet Host resources'
+ end
+
def initialize(argv, env)
@argv = argv
@env = env
@cmd_name = 'hosts puppetize'