Fix grammar error in resource name

Change-Id: Ic97bcf488a36b49af6454f558f5e6ef6c5355cf0
This commit is contained in:
alexey-mr 2016-08-02 18:45:37 +03:00
parent 15ff60d2f2
commit a004feb65a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# helping define for array processing
define sds_device_cleanup() {
$device = $title
exec { "device ${device} cleaup":
exec { "device ${device} cleanup":
command => "bash -c 'for i in \$(parted ${device} print | awk \"/^ [0-9]+/ {print(\\\$1)}\"); do parted ${device} rm \$i; done'",
path => [ '/bin/', '/sbin/' , '/usr/bin/', '/usr/sbin/' ],
}