Changeset 228
- Timestamp:
- Jul 3, 2009, 8:52:47 PM (15 years ago)
- Location:
- trunk/puppet/manifests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/manifests/classes/ubuntu-optimizacion.pp
r227 r228 5 5 # sudo su -c 'echo vm.swappiness=5 >> /etc/sysctl.conf' 6 6 7 # http://www.markghigliotti.com/2008/12/22/setting-up-prelink-and-preload-on-intrepid-ibex-810/ 8 7 9 package { [ 'preload' ]: ensure => installed } 8 10 -
trunk/puppet/manifests/node-prod-servidores.pp
r224 r228 11 11 12 12 node lugo { 13 14 include ubuntu::optimizacion 15 13 16 include test_class 14 17 include utile-cli -
trunk/puppet/manifests/site.pp
r225 r228 34 34 node walsh { 35 35 include test_class 36 37 include ubuntu::optimizacion 36 38 37 39 include utile-cli
Note: See TracChangeset
for help on using the changeset viewer.