You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/03/23 16:59:31 UTC

ambari git commit: AMBARI-10178. Ambari-agent cannot start on debian7 (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk db4729f4d -> 7ed1d2e37


AMBARI-10178. Ambari-agent cannot start on debian7  (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7ed1d2e3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7ed1d2e3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7ed1d2e3

Branch: refs/heads/trunk
Commit: 7ed1d2e3760461c3ad6e589bac92bae1bbe7837f
Parents: db4729f
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Mon Mar 23 17:59:27 2015 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Mon Mar 23 17:59:27 2015 +0200

----------------------------------------------------------------------
 .../src/main/python/ambari_commons/resources/os_family.json         | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7ed1d2e3/ambari-common/src/main/python/ambari_commons/resources/os_family.json
----------------------------------------------------------------------
diff --git a/ambari-common/src/main/python/ambari_commons/resources/os_family.json b/ambari-common/src/main/python/ambari_commons/resources/os_family.json
index ac8b759..7402226 100644
--- a/ambari-common/src/main/python/ambari_commons/resources/os_family.json
+++ b/ambari-common/src/main/python/ambari_commons/resources/os_family.json
@@ -28,6 +28,7 @@
       "debian"
     ],
     "versions": [
+      7,
       12
     ]
   },