Evan Hisey
2008-Apr-02 15:00 UTC
[Puppet Users] Using file to handle a direcoty, recurse question.
Alright, going ot ask this question in advance of doing bone headed tests. I have one application that does not understand the idea of /usr/local/ and insists on populating /usr. Of course it is closed source and commercial and it is the one they want to use. Below is the list of junk it shoves in /usr/share. Between the Type Reference guide and another email , I believe I can move this tree around using file and recurse => true so that I do not have to spec each file. The question is how? I am not clear on exactly the right syntacs to use for this. usr/share/ |-- applications | `-- labview82.desktop |-- applnk | `-- Applications | `-- LabVIEW.kdelnk |-- config | `-- kdeglobals |-- icons | |-- labview-3d-big.xpm | |-- labview-3d.xpm | |-- labview-ctl.xpm | |-- labview-ctt.xpm | |-- labview-llb.xpm | |-- labview-vi.xpm | |-- labview-vit.xpm | |-- labview.xpm | `-- mini | `-- labview-3d.xpm |-- mime-info | |-- labview.keys | `-- labview.mime |-- mimelnk | `-- application | |-- x-labview-ctl.kdelnk | |-- x-labview-ctt.kdelnk | |-- x-labview-llb.kdelnk | |-- x-labview-vi.kdelnk | `-- x-labview-vit.kdelnk |-- pixmaps | |-- labview-3d-big.xpm | |-- labview-3d.xpm | |-- labview-ctl.xpm | |-- labview-ctt.xpm | |-- labview-llb.xpm | |-- labview-vi.xpm | |-- labview-vit.xpm | `-- labview.xpm `-- services `-- update_ksyco Evan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---