Sha256: 2d36d64409c3a6e5f383911b37dc3047dcd079edbd8c56ae9b7e4e36e75b402f

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

class Sfp::Module::Apache2
	include Sfp::Resource

	def update_state
		@state['path'] = path
		@state['installed'] = resolve(path + '.package.installed')
		@state['running'] = resolve(path + '.service.running')
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nuri-0.5.5 modules/apache2/apache2.rb
nuri-0.5.4 modules/apache2/apache2.rb
nuri-0.5.3 modules/apache2/apache2.rb