Displaying 1 result from an estimated 1 matches for "gnome_desktop".
2007 Dec 06
1
order, managing one file and refreshonly
...;apt"
include "debian"
}
---
and then file /etc/puppet/cf/manifests/network/c0001.local/site.pp:
node c0001.local inherits generic_node {
<here are many variables definitions>
include "hosts"
}
node "pc01.c0001.local" inherits c0001.local {
include "gnome_desktop"
}
---
So, puppet gives me two problems here:
- first is ordering. I don''t know how to force puppet to execute
module apt and debian first :( It''s quite important to me - there is
no sense to install gnome desktop if I don''t have repositories
configured. I kno...