Changeset 425
- Timestamp:
- Oct 30, 2009, 7:27:07 PM (15 years ago)
- Location:
- trunk/puppet/modules/di_netboot_assistant
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/modules/di_netboot_assistant/manifests/init.pp
r424 r425 115 115 package { [ "rpld" ]: ensure => installed } 116 116 117 service { "rpld": 118 enable => true, 119 ensure => running, 120 subscribe => [ Package["rpld"], File["/etc/rpld.conf"], File["/etc/default/rpld"] ], 121 } 122 123 117 124 # rpld.conf configuration. 118 125 file { "/etc/rpld.conf": … … 123 130 } 124 131 132 file { "/etc/default/rpld": 133 owner => root, 134 group => root, 135 mode => 644, 136 source => "puppet:///di_netboot_assistant/rpld" 137 } 125 138 126 139 # 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.