Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / ansible / patches / patch-library_virt
blob92b1e4b21f8bc06e5db732196ccac34bf47e7c64
1 $NetBSD$
3 --- library/virt.orig   2013-04-02 17:33:54.000000000 -0700
4 +++ library/virt        2013-04-13 09:41:16.000000000 -0700
5 @@ -48,9 +48,9 @@
6     - code: "virt: name=alpha state=running"
7       description: "Example from Ansible Playbooks"
8     - code: ansible host -m virt -a "name=alpha command=status"
9 -     description: "Example guest management with C(/usr/bin/ansible)"
10 +     description: "Example guest management with C(@LOCALBASE@/bin/ansible)"
11     - code: ansible host -m virt -a "name=alpha command=get_xml"
12 -     description: "Use C(/usr/bin/ansible) to get the xml of the guest machine alpha"
13 +     description: "Use C(@LOCALBASE@/bin/ansible) to get the xml of the guest machine alpha"
14  requirements: [ "libvirt" ]
15  author: Michael DeHaan, Seth Vidal
16  '''