Skip to content
Snippets Groups Projects
Commit 77744cd5 authored by schiermi's avatar schiermi
Browse files

Fixed mode of 99-wlan.

parent 11959c32
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ class system {
file { '/etc/NetworkManager/dispatcher.d/99-wlan':
ensure => file,
source => 'puppet:///modules/system/etc/NetworkManager/dispatcher.d/99-wlan',
mode => 'a=r',
mode => 'a=rx',
require => Package['network-manager'],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment