Commit c5b5a34d by source_reader

fixed typo

parent 41838c31
Showing with 2 additions and 2 deletions
...@@ -6,7 +6,7 @@ class first_boot { ...@@ -6,7 +6,7 @@ class first_boot {
} else { } else {
$nilmdb = false $nilmdb = false
} }
if $facts['platform'] == 'pi'{ if $facts['platform'] == 'rpi'{
$pi = true $pi = true
} else { } else {
$pi = false $pi = false
...@@ -41,7 +41,7 @@ class first_boot { ...@@ -41,7 +41,7 @@ class first_boot {
} }
# extra scripts for Pi # extra scripts for Pi
if $facts['platform'] == 'pi'{ if $facts['platform'] == 'rpi'{
file {'/etc/xdg/lxsession/LXDE-pi/autostart': file {'/etc/xdg/lxsession/LXDE-pi/autostart':
ensure => present, ensure => present,
owner => root, owner => root,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment