3 files changed
+3
-3
lines changed- .cirrus.yml+1
- Makefile+1-1
- libioc/Config/Jail/BaseConfig.py+40-4
- libioc/Config/Jail/File/Fstab.py+12-12
- libioc/Config/Jail/File/PeriodicConf.py+42
- libioc/Config/Jail/File/__init__.py+1-1
- libioc/Config/Jail/JailConfig.py+45
- libioc/Jail.py+253-133
- libioc/JailParams.py+10-11
- libioc/LaunchableResource.py+25
- libioc/Pkg.py+136-48
- libioc/Provisioning/puppet.py+100-74
- libioc/Release.py+25-11
- libioc/Resource.py+5-4
- libioc/ResourceUpdater.py+2-2
- libioc/Storage/__init__.py+9-1
- libioc/VERSION+1-1
- libioc/decorators.py+1-1
- libioc/errors.py+3
- libioc/events.py+21-7
- libioc/helpers.py+7-2
- requirements-dev.txt+1-1
- requirements.txt+1-1
- tests/assets/puppet-control-repo/production/Puppetfile+10
- tests/assets/puppet-control-repo/production/environment.conf+1
- tests/assets/puppet-control-repo/production/manifests/site.pp+23
- tests/assets/puppet-offline-repo/production/environment.conf+1
- tests/assets/puppet-offline-repo/production/manifests/site.pp+10
- tests/conftest.py+14
- tests/test_Jail.py+109
- tests/test_Pkg.py+51-46
- tests/test_Provisioning.py+65
- tests/test_Release.py+44
- tests/test_VNET.py+29
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 |
| - | |
| 189 | + | |
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments