SublimePuppet
SublimePuppet copied to clipboard
Issue with string with new lines
$alert_message = "Existing: ${existing_swapfile_bytes}B\nExpected: ${expected_swapfile_size_bytes}B\nMargin: ${margin_bytes}B"
notify{'Resizing Swapfile Alert':
name => $alert_message,
}