Closed
Bug 1520049
Opened 7 years ago
Closed 6 years ago
Ronin WIndows add misc applications to common_admin profile
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: markco, Assigned: markco)
References
Details
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
GpgforWin
Exe install. Original source http://files.gpg4win.org/gpg4win-2.3.0.exe .
JQ File download. https://s3-us-west-2.amazonaws.com/occ-package/jq-win64.exe to C:\Windows\System32\jq.exe
OpenSSH
Sublime text.
Exe install. Original source https://download.sublimetext.com/Sublime%20Text%20Build%203176%20Setup.exe .
Assignee | ||
Comment 2•6 years ago
|
||
Added to https://github.com/markcor/ronin-win-base/blob/master/site/profiles/manifests/common_admin.pp :
shared::pkg::win_exe_pkg { "gpg4win-2.3.0":
pkg => "gpg4win-2.3.0.exe",
install_options_string => "/S",
}
shared::pkg::win_exe_pkg { "sublime_text":
pkg => "SublimeTextBuild3176x64Setup.exe",
install_options_string => "/VERYSILENT /NORESTART /TASKS=\"contextentry\"",
}
file { "C:\\Windows\\System32\\jq.exe":
ensure => present,
source => "https://s3.amazonaws.com/windows-opencloudconfig-packages/RoninPackages/jq-win64.exe",
}
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•