Ignore:
Timestamp:
Jul 6, 2009, 6:33:55 PM (15 years ago)
Author:
sebas
Message:

comentario todo en ltsp client + virtual box repositorio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/manifests/classes/virtualbox-repo.pp

    r219 r232  
    1212        require => Package["apt"]
    1313        }
     14
     15#wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
     16
     17    exec { "virtualboxaddrepokey":
     18        command => "wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -",
     19        path => "/bin:/sbin:/usr/sbin:/usr/bin",
     20        require => File["/etc/apt/sources.list.d/virtualbox.list"],
     21    }
     22
     23
    1424}
Note: See TracChangeset for help on using the changeset viewer.