Commit c5b5a34d by source_reader

fixed typo

parent 41838c31
Showing with 2 additions and 2 deletions
......@@ -6,7 +6,7 @@ class first_boot {
} else {
$nilmdb = false
}
if $facts['platform'] == 'pi'{
if $facts['platform'] == 'rpi'{
$pi = true
} else {
$pi = false
......@@ -41,7 +41,7 @@ class first_boot {
}
# extra scripts for Pi
if $facts['platform'] == 'pi'{
if $facts['platform'] == 'rpi'{
file {'/etc/xdg/lxsession/LXDE-pi/autostart':
ensure => present,
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