Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Commit

Permalink
puppet-lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Mar 20, 2016
1 parent cdd6309 commit ced4b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.1.1
ruby-2.2.4
2 changes: 1 addition & 1 deletion manifests/touchpad.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ensure => present,
}

file { "/etc/X11/xorg.conf.d/00-touchpad.conf":
file { '/etc/X11/xorg.conf.d/00-touchpad.conf':
ensure => present,
owner => 'root',
group => 'root',
Expand Down

0 comments on commit ced4b4d

Please sign in to comment.