lib/smartcloud/machine.rb in smartcloud-0.0.198 vs lib/smartcloud/machine.rb in smartcloud-0.0.199
- old
+ new
@@ -1,5 +1,7 @@
+require "net/ssh"
+
# The main Smartcloud Machine driver
module Smartcloud
class Machine < Smartcloud::Base
def initialize
end
@@ -57,7 +59,28 @@
# Change destmail, sendername, sender
# Change action = %(action_mwl)s
# sudo fail2ban-client reload
# sudo fail2ban-client status
end
+
+ # def create(name)
+ # FileUtils.mkdir_p name
+ # FileUtils.cp_r "#{Smartcloud.config.root_path}/lib/smartcloud/templates/machine/.", "#{name}"
+ # puts "Please fill details in your config folder before proceeding."
+ # end
+ #
+ # def run(*args)
+ # end
+ #
+ # def install_docker
+ # end
+ #
+ # def uninstall_docker
+ # end
+ #
+ # def install_engine
+ # end
+ #
+ # def uninstall_engine
+ # end
end
end
\ No newline at end of file