mirror of
https://github.com/ardichoke/puppet-klipper.git
synced 2026-05-11 02:25:37 -04:00
Fix typos
This commit is contained in:
@@ -15,9 +15,9 @@ class klipper::install {
|
|||||||
'gcc-avr',
|
'gcc-avr',
|
||||||
'binutils-avr',
|
'binutils-avr',
|
||||||
'avr-libc',
|
'avr-libc',
|
||||||
'stb32flash',
|
'stm32flash',
|
||||||
'dfu-util',
|
'dfu-util',
|
||||||
'libnweb-arm-none-eabi',
|
'ibnewlib-arm-none-eabi',
|
||||||
'gcc-arm-none-eabi',
|
'gcc-arm-none-eabi',
|
||||||
'binutils-arm-none-eabi',
|
'binutils-arm-none-eabi',
|
||||||
'libusb-1.0',
|
'libusb-1.0',
|
||||||
@@ -32,7 +32,7 @@ class klipper::install {
|
|||||||
vcsrepo { $klipper::src_path:
|
vcsrepo { $klipper::src_path:
|
||||||
ensure => $klipper::version,
|
ensure => $klipper::version,
|
||||||
provider => 'git',
|
provider => 'git',
|
||||||
source => 'https://github.com/Klipper3d/klipper.git',
|
source => 'https://github.com/Klipper3d/klipper',
|
||||||
user => $klipper::user,
|
user => $klipper::user,
|
||||||
require => Package['git'],
|
require => Package['git'],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user