Skip to content

Commit

Permalink
Debian and Ubuntu (8.10+) also support status
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Aug 25, 2010
1 parent f4e67c2 commit bb45d32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions openssh/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
service_name "ssh"
end
supports value_for_platform(
"debian" => { "default" => [ :restart, :reload ] },
"ubuntu" => { "default" => [ :restart, :reload ] },
"debian" => { "default" => [ :restart, :reload, :status ] },
"ubuntu" => {
"8.04" => [ :restart, :reload ],
"default" => [ :restart, :reload, :status ]
},
"centos" => { "default" => [ :restart, :reload, :status ] },
"redhat" => { "default" => [ :restart, :reload, :status ] },
"fedora" => { "default" => [ :restart, :reload, :status ] },
Expand Down

0 comments on commit bb45d32

Please sign in to comment.