-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpillar.example
More file actions
28 lines (28 loc) · 1.82 KB
/
Copy pathpillar.example
File metadata and controls
28 lines (28 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- coding: utf-8 -*-
# vim: ft=yaml
chrome-browser:
lookup:
extra_files: {} # Not yet implemented
pkg: # Package-related settings
installer_uri: '' # URI to fetch installer-archive from
{%- if grains.os_family == "RedHat" %}
name: 'google-chrome-beta' # Type of chrome-installation when using public dnf repositories
private_repo_def: '' # Content of dnf repo-def is not using public
release_family: '' # Type of chrome-installation when using public dnf repositories
{%- elif grains.os_family == "Windows" %}
name: 'Google Chrome' # Package Name in host-registry
version: '' # Not yet implemented (to support MSI-installer)
uninstaller: '' # Not yet implemented (to support MSI-installer)
{%- endif %}
policy_extras: # Policy-related settings
archive_root: ''
policy_archive: '' # location of Chrome policy files (see .../default.yaml)
policy_files: {} # Policy files to install (see .../os_family/Windows.yaml)
registry_keys: [] # Registry keys to set (see .../os_family/Windows.yaml)
settings: # See:
chrome_homepage: '' # * https://support.google.com/chrome/a/answer/7655796
home_page: '' # * https://chromeenterprise.google/policies/
managed_bookmarks: null #
managed_bookmarks_enabled: '' #
no_update: false #
password_manager_enabled: '' #