Skip to content

Commit

Permalink
[default.rb] platform_family for mint support
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lundquist committed Jan 5, 2013
1 parent 3dd7eae commit 0c0f86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/default.rb
Expand Up @@ -17,8 +17,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
case node['platform']
when "ubuntu", "debian"
case node['platform_family']
when "debian"
include_recipe "apt"
end

Expand Down

0 comments on commit 0c0f86a

Please sign in to comment.