[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r320: Fix more issues in the initial alien/deb setup

Stew Benedict stewb at linux-foundation.org
Fri Jul 27 15:06:27 UTC 2012


------------------------------------------------------------
revno: 320
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: puppet-lsb
timestamp: Fri 2012-07-27 11:06:27 -0400
message:
  Fix more issues in the initial alien/deb setup
modified:
  modules/alien/manifests/init.pp
-------------- next part --------------
=== modified file 'modules/alien/manifests/init.pp'
--- a/modules/alien/manifests/init.pp	2012-07-27 14:56:57 +0000
+++ b/modules/alien/manifests/init.pp	2012-07-27 15:06:27 +0000
@@ -7,14 +7,14 @@
         default               => undef,
     }
 
-    file { '/opt/zypper/alien':
+    file { commit: '/opt/zypper', '/opt/zypper/alien':
         ensure => directory,
         mode   => 0777,
     }
 
     if $sles11alienrepo {
         file { "/etc/zypp/repos.d/alien_for_sles11.repo":
-            source => "puppet:///modules/bzr/alien_for_sles11.repo",
+            source => "puppet:///modules/alien/alien_for_sles11.repo",
         }
     }
     
@@ -23,7 +23,7 @@
     package { 'zlib-devel':
         ensure => present,
     }
-    package { 'perl-SGML5':
+    package { 'perl-SGMLS':
         ensure => present,
     }
     package { 'perl-Text-CharWidth':



More information about the lsb-messages mailing list