Skip to content

Commit

Permalink
Fix typos "local/d" -> "local.d"
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Atkins committed Dec 12, 2017
1 parent f2c197d commit dca8fea
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion shared/fixes/ansible/dconf_gnome_banner_enabled.yml
Expand Up @@ -5,7 +5,7 @@
# disruption = medium
- name: "Enable GNOME3 Login Warning Banner"
ini_file:
dest: "/etc/dconf/db/local/d/00-security-settings"
dest: "/etc/dconf/db/local.d/00-security-settings"
section: "org/gnome/login-screen"
option: banner-message-enabled
value: true
Expand Down
Expand Up @@ -5,7 +5,7 @@
# disruption = medium
- name: "Enable GNOME3 Screensaver Idle Activation"
ini_file:
dest: "/etc/dconf/db/local/d/00-security-settings"
dest: "/etc/dconf/db/local.d/00-security-settings"
section: "org/gnome/desktop/screensaver"
option: idle_activation_enabled
value: true
Expand Down
Expand Up @@ -7,7 +7,7 @@

- name: "Set GNOME3 Screensaver Inactivity Timeout"
ini_file:
dest: "/etc/dconf/db/local/d/00-security-settings"
dest: "/etc/dconf/db/local.d/00-security-settings"
section: "org/gnome/desktop/screensaver"
option: idle-delay
value: "{{ inactivity_timeout_value }}"
Expand Down
Expand Up @@ -5,7 +5,7 @@
# disruption = medium
- name: "Set GNOME3 Screensaver Lock Delay After Activation Period"
ini_file:
dest: "/etc/dconf/db/local/d/00-security-settings"
dest: "/etc/dconf/db/local.d/00-security-settings"
section: "org/gnome/desktop/screensaver"
option: lock-delay
value: uint32 5
Expand Down
Expand Up @@ -5,7 +5,7 @@
# disruption = medium
- name: "Enable GNOME3 Screensaver Lock After Idle Period"
ini_file:
dest: "/etc/dconf/db/local/d/00-security-settings"
dest: "/etc/dconf/db/local.d/00-security-settings"
section: "org/gnome/desktop/screensaver"
option: lock-enabled
value: true
Expand Down
Expand Up @@ -5,7 +5,7 @@
# disruption = medium
- name: "Implement Blank Screensaver"
ini_file:
dest: "/etc/dconf/db/local/d/00-security-settings"
dest: "/etc/dconf/db/local.d/00-security-settings"
section: "org/gnome/desktop/screensaver"
option: picture-uri
value: string ''
Expand Down
2 changes: 1 addition & 1 deletion shared/fixes/ansible/dconf_gnome_screensaver_user_info.yml
Expand Up @@ -5,7 +5,7 @@
# disruption = medium
- name: "Disable Full Username on Splash Screen"
ini_file:
dest: "/etc/dconf/db/local/d/00-security-settings"
dest: "/etc/dconf/db/local.d/00-security-settings"
section: "org/gnome/desktop/screensaver"
option: show-full-name-in-top-bar
value: false
Expand Down

0 comments on commit dca8fea

Please sign in to comment.