PrepAway - Latest Free Exam Questions & Answers

Tag: site:aiotestking com What is the syntax error in the following puppet configuation fil

What is the syntax error in the following simple Puppet configuration file?

What is the syntax error in the following simple Puppet configuration file?

class test_class {
    file { "/tmp/test.txt":
       mode => 600,
       owner => root,
       group => root
    }
}
# Define the node
node testclient {
    isa test_class
}