node default {
  exec { "Test ":
    command => '/bin/echo Hello World > /tmp/hello.txt'
  }
}