packer
Here are 1,079 public repositories matching this topic...
Hello,
with yum info audit I can confirm that the package audit is installed.
with rpm -ql audit I can see a list of files, including /usr/share/doc/audit-2.3.7/*
But those files are missing
ls: cannot access /usr/share/doc/audit-2.3.7: No such file or directory
CentOS 6.7
Can you help with that?
Thanks.
-
Updated
May 19, 2020 - HTML
Tutorial assumes Europe. (https://github.com/Artemmkin/infrastructure-as-code-tutorial/blob/master/docs/01-prerequisites.md)
Set a default compute region:
$ gcloud config set compute/region europe-west1
Set a default compute zone:
$ gcloud config set compute/zone europe-west1-b
Recommend pointing student to https://cloud.google.com/compute/docs/regions-zones
-
Updated
May 22, 2020 - YARA
When using the box built with osx-vm-templates, there is always some setting to tune in upper Vagrantfile.
Can we built those common settings into box with vagrantfile_template
There is a good [reference here](https://github.com/blueimp/boot2docker/blob/b33c71d07f2cfdc94e6f9150793bbb47a78f6b70/packer.jso
-
Updated
May 13, 2020 - PowerShell
-
Updated
Sep 26, 2015 - Shell
Just a small mistake in the README:
The README says:
See the Specifying Clusters and Hosts section above for more details.
But there is no such section above this line, there is only the "Working with Clusters" section below
-
Updated
Apr 18, 2020 - Shell
-
Updated
Dec 16, 2018 - Assembly
-
Updated
Aug 30, 2019 - Shell
-
Updated
May 20, 2020 - HCL
Graylog 3.0.1
I'm in the scenario described here
If you don’t have a working DHCP server for your virtual machine, you will get the error message:
“Your appliance came up without a configured IP address. Graylog is probably not running correctly!”
In this case, you have to login and edit /etc/
These are the kernel options required that are missing from the latest vagrant box kernel:
-
CONFIG_BRIDGE_NETFILTER -
CONFIG_NETFILTER_XT_MATCH_IPVS -
CONFIG_IP_NF_TARGET_REDIRECT -
CONFIG_EXT3_FS_XATTR -
CONFIG_VXLAN -
CONFIG_NF_NAT_TFTP -
CONFIG_NF_CONNTRACK_TFTP -
CONFIG_AUFS_FS - `
Document build usage
- Requirements
- Running builds
- Custom configuration
- Hyper-V switch
- Generic PF vars
- Publishing
- Reference AZP builds
-
Updated
May 25, 2020 - Shell
-
Updated
Feb 4, 2018 - PowerShell
-
Updated
May 23, 2020 - PowerShell
Add some documentation on how the plugin handles restarts, if it's possible to ignore restarts to allow further system changes before reboot, etc.
-
Updated
Feb 14, 2020 - Python
Improve this page
Add a description, image, and links to the packer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packer topic, visit your repo's landing page and select "manage topics."
I want to give my users an option to select either local or remote backend. But it seems Terratest does not support setting path to the config file via
-backend-config=PATHparameter, only key-value parameters.