Ignore:
Timestamp:
Oct 30, 2009, 7:27:07 PM (14 years ago)
Author:
sebas
Message:

para levantar al boot + archivo de config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/di_netboot_assistant/manifests/init.pp

    r424 r425  
    115115    package { [ "rpld" ]: ensure => installed }
    116116
     117   service { "rpld":
     118      enable => true,
     119      ensure => running,
     120      subscribe => [ Package["rpld"], File["/etc/rpld.conf"], File["/etc/default/rpld"] ],
     121   }
     122
     123
    117124   # rpld.conf configuration.
    118125   file { "/etc/rpld.conf":
     
    123130   }
    124131
     132   file { "/etc/default/rpld":
     133      owner => root,
     134      group => root,
     135      mode => 644,
     136      source => "puppet:///di_netboot_assistant/rpld"
     137   }
    125138
    126139   # download the http://rom-o-matic.net/gpxe/gpxe-git/gpxe.git/contrib/rom-o-matic/
Note: See TracChangeset for help on using the changeset viewer.