You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/09/23 21:52:19 UTC

[05/20] git commit: ci: all centos versions have redhat-lsb

ci: all centos versions have redhat-lsb


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/40212d2d
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/40212d2d
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/40212d2d

Branch: refs/heads/5.0.x
Commit: 40212d2d1f13e9082807a6b4535083093ce36be4
Parents: b6e2132
Author: James Peach <jp...@apache.org>
Authored: Tue Sep 10 13:40:40 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Tue Sep 10 13:40:47 2013 -0700

----------------------------------------------------------------------
 contrib/manifests/redhat.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/40212d2d/contrib/manifests/redhat.pp
----------------------------------------------------------------------
diff --git a/contrib/manifests/redhat.pp b/contrib/manifests/redhat.pp
index f1c1bfd..b80374b 100644
--- a/contrib/manifests/redhat.pp
+++ b/contrib/manifests/redhat.pp
@@ -15,7 +15,7 @@
 #  limitations under the License.
 
 # These packages really need to be installed before anything happens.
-package {['nfs-utils', 'redhat-lsb-core']:
+package {['nfs-utils', 'redhat-lsb']:
   ensure =>latest
 }