diff options
author | AJ Christensen <aj@junglist.gen.nz> | 2008-09-25 03:28:01 +1200 |
---|---|---|
committer | AJ Christensen <aj@junglist.gen.nz> | 2008-09-25 03:28:01 +1200 |
commit | 904ae12c1303a5cdc08b9f972ef707a922b03f15 (patch) | |
tree | 812eb1dbf09eb366585caf7c36feca612c85fcb0 /lib/chef/node.rb | |
parent | 169f02ef3cfaf9a15c5fc9e339a099223330b78a (diff) | |
download | chef-904ae12c1303a5cdc08b9f972ef707a922b03f15.tar.gz |
Working Debian service provider for enabling/disabling services.
TODO: Base and Init providers that support status and start/stopping init scripts.
Diffstat (limited to 'lib/chef/node.rb')
-rw-r--r-- | lib/chef/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/node.rb b/lib/chef/node.rb index 9ad20cddc8..4eb72e1856 100644 --- a/lib/chef/node.rb +++ b/lib/chef/node.rb @@ -249,4 +249,4 @@ class Chef end end -end
\ No newline at end of file +end |