mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
new version of firefox
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<distro>Debian 9.5.0 Stretch amd64</distro>
|
||||
<url>https://app.vagrantup.com/secgen/boxes/debian_stretch_desktop_kde/versions/1.2/providers/virtualbox.box</url>
|
||||
<esxi_url>https://app.vagrantup.com/redwiz666/boxes/debian_stretch_desktop_kde/versions/1.0.0/providers/vmware.box</esxi_url>
|
||||
<ovirt_template>stretch_desktop_kde_20191004</ovirt_template>
|
||||
<ovirt_template>stretch_desktop_kde_20191114</ovirt_template>
|
||||
|
||||
<reference>https://atlas.hashicorp.com/puppetlabs</reference>
|
||||
<software_license>various</software_license>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<distro>Kali Linux 2018.3</distro>
|
||||
<url>https://app.vagrantup.com/secgen/boxes/kali_light_msf/versions/1.0/providers/virtualbox.box</url>
|
||||
<esxi_url></esxi_url>
|
||||
<ovirt_template>kali_linux_msf_20190930</ovirt_template>
|
||||
<ovirt_template>kali_linux_msf_20191114</ovirt_template>
|
||||
|
||||
|
||||
<reference>https://app.vagrantup.com/secgen</reference>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[3B6073811A6ABF12]
|
||||
Default=user.default
|
||||
Locked=1
|
||||
@@ -1,9 +1,13 @@
|
||||
[General]
|
||||
StartWithLastProfile=1
|
||||
|
||||
[Profile0]
|
||||
Name=default
|
||||
IsRelative=1
|
||||
Path=user.default
|
||||
Default=1
|
||||
|
||||
[General]
|
||||
StartWithLastProfile=1
|
||||
Version=2
|
||||
|
||||
[Install3B6073811A6ABF12]
|
||||
Default=user.default
|
||||
Locked=1
|
||||
|
||||
@@ -30,6 +30,12 @@ class iceweasel::config {
|
||||
owner => $username,
|
||||
group => $username,
|
||||
}->
|
||||
file { "$home_dir/.mozilla/firefox/installs.ini":
|
||||
ensure => file,
|
||||
source => 'puppet:///modules/iceweasel/installs.ini',
|
||||
owner => $username,
|
||||
group => $username,
|
||||
}->
|
||||
|
||||
# set start page via template:
|
||||
file { "$home_dir/.mozilla/firefox/user.default/user.js":
|
||||
|
||||
Reference in New Issue
Block a user