Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use @ when accessing variables in templates | Dan Fandrich | 2024-11-20 | 1 | -1/+1 |
| | | | | | | | | Access without the @ symbol is the older method and is discouraged. This take leaves alone accesses of variables that are defined within the template, which don't seem to allow an @. This is the second batch of files. | ||||
* | Revert "Use @ when accessing variables in templates" | Dan Fandrich | 2024-10-04 | 1 | -1/+1 |
| | | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. | ||||
* | Use @ when accessing variables in templates | Dan Fandrich | 2024-10-04 | 1 | -1/+1 |
| | | | | Access without the @ symbol is the older method and is discouraged. | ||||
* | Switch links to https: that are found in comments | Dan Fandrich | 2024-01-25 | 1 | -1/+1 |
| | | | | These are for use by humans only. | ||||
* | Update a missed package install to Python3 | Dan Fandrich | 2024-01-23 | 1 | -2/+2 |
| | | | | Follow-up to 82f3da50 | ||||
* | Switch libvirt helpers to Python3 | Dan Fandrich | 2024-01-18 | 3 | -15/+4 |
| | | | | | No code changes are needed. Also, drop support for older than mga7 since the two nodes that need this are running that. | ||||
* | fix up libvirtd init | Thomas Backlund | 2019-09-16 | 1 | -7/+11 |
| | |||||
* | adjust libvirtd deps for mga7 | Thomas Backlund | 2019-09-16 | 1 | -1/+6 |
| | |||||
* | lint fixes for libvirtd | Thomas Backlund | 2015-10-20 | 3 | -24/+21 |
| | |||||
* | give access to /dev/kvm to people allowed to use libvirt | Pascal Terjan | 2014-01-08 | 1 | -0/+6 |
| | |||||
* | module style cleaning | Michael Scherer | 2012-03-20 | 1 | -24/+31 |
| | |||||
* | cleaning and refactoring of the module libvirt | Michael Scherer | 2012-01-16 | 1 | -20/+3 |
| | |||||
* | fix another error | Michael Scherer | 2011-08-24 | 1 | -1/+1 |
| | |||||
* | fix syntax error | Michael Scherer | 2011-08-24 | 1 | -1/+1 |
| | |||||
* | add yet others missing requires | Michael Scherer | 2011-08-19 | 1 | -0/+3 |
| | |||||
* | fix ordering | Michael Scherer | 2011-08-17 | 1 | -0/+1 |
| | |||||
* | move the download class to auto_installation, as it doesn't belong to ↵ | Michael Scherer | 2011-04-05 | 2 | -22/+0 |
| | | | | libvirt module | ||||
* | add a define for declaring network ( but a custom type would be better ) | Michael Scherer | 2011-03-31 | 1 | -1/+32 |
| | |||||
* | add missing requires | Michael Scherer | 2011-03-31 | 1 | -2/+5 |
| | |||||
* | add helper script to create network in libvirt | Michael Scherer | 2011-03-31 | 2 | -0/+71 |
| | |||||
* | - fix warning ( puppet give a deprecation notice in log ) | Michael Scherer | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | CreateXml do not create persistant pool, while Define does | Michael Scherer | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | - fix wget option ( ie, do not create empty file ) | Michael Scherer | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | add a type to manage automatically the download of boot.iso for installing ↵ | Michael Scherer | 2011-03-29 | 2 | -0/+22 |
| | | | | virtual machine | ||||
* | add a type to be able to manage storage directory for libvirtd | Michael Scherer | 2011-03-29 | 2 | -0/+61 |
| | |||||
* | fix again previous commit | Michael Scherer | 2011-02-10 | 1 | -1/+1 |
| | |||||
* | add support for letting group based vm management | Michael Scherer | 2011-02-10 | 2 | -0/+19 |
| | |||||
* | - fix package name | Michael Scherer | 2011-02-10 | 1 | -1/+1 |
| | |||||
* | - add libvirtd module, to have the minimal support for using | Michael Scherer | 2011-01-23 | 1 | -0/+23 |
virt-manager |