lib/poolparty/poolparty/resource.rb in auser-poolparty-1.2.7 vs lib/poolparty/poolparty/resource.rb in auser-poolparty-1.2.8
- old
+ new
@@ -6,21 +6,16 @@
Most of the Resources will not need to create their own
=end
module PoolParty
module Resources
-
def custom_file(path, str)
write_to_file_in_storage_directory(path, str)
end
class Resource < PoolParty::PoolPartyBaseClass
- include JSON
- attr_accessor :prestring, :poststring
-
- # include CloudResourcer
-
+
# For the time being, we'll make puppet the only available dependency resolution
# base, but in the future, we can rip this out and make it an option
# include PoolParty::DependencyResolutions::Puppet
include PoolParty::DependencyResolverResourceExtensions