Skip to content

Instantly share code, notes, and snippets.

@msutter
Created June 8, 2017 10:15
Show Gist options
  • Save msutter/a539fc2aa199877c8a75c7462047eb38 to your computer and use it in GitHub Desktop.
Save msutter/a539fc2aa199877c8a75c7462047eb38 to your computer and use it in GitHub Desktop.
root@master:~ # puppet agent -t
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Class[Ntp]:
parameter 'config_epp' expects a String value, got Hash
parameter 'config_template' expects a String value, got Hash
parameter 'keys_controlkey' expects a value of type ntp::key_id = Integer[1, 65534] or Pattern[/^\d+$/, //], got Hash[Unit, Unit, 0, 0]
parameter 'keys_requestkey' expects a value of type ntp::key_id = Integer[1, 65534] or Pattern[/^\d+$/, //], got Hash[Unit, Unit, 0, 0]
parameter 'leapfile' expects a match for Variant[Optional[Variant[stdlib::windowspath = Pattern[/^(([a-zA-Z]:[\\\/])|([\\\/][\\\/][^\\\/]+[\\\/][^\\\/]+)|([\\\/][\\\/]\?[\\\/][^\\\/]+))/], stdlib::unixpath = Pattern[/^\/([^\/\0]+\/*)+$/], Boolean]], stdlib::compat::absolute_path = Pattern[/^(([a-zA-Z]:[\\\/])|([\\\/][\\\/][^\\\/]+[\\\/][^\\\/]+)|([\\\/][\\\/]\?[\\\/][^\\\/]+))/, /^\//]], got Hash
parameter 'logfile' expects a match for Variant[Optional[Variant[stdlib::windowspath = Pattern[/^(([a-zA-Z]:[\\\/])|([\\\/][\\\/][^\\\/]+[\\\/][^\\\/]+)|([\\\/][\\\/]\?[\\\/][^\\\/]+))/], stdlib::unixpath = Pattern[/^\/([^\/\0]+\/*)+$/], Boolean]], stdlib::compat::absolute_path = Pattern[/^(([a-zA-Z]:[\\\/])|([\\\/][\\\/][^\\\/]+[\\\/][^\\\/]+)|([\\\/][\\\/]\?[\\\/][^\\\/]+))/, /^\//]], got Hash
parameter 'maxpoll' expects a value of type Optional[Variant[ntp::poll_interval = Integer[4, 17], Boolean]], Numeric, Pattern[/^-?(?:(?:[1-9]\d*)|0)(?:\.\d+)?(?:[eE]-?\d+)?$/], or Array[Variant[Numeric, Pattern[/^-?(?:(?:[1-9]\d*)|0)(?:\.\d+)?(?:[eE]-?\d+)?$/]]], got Hash[Unit, Unit, 0, 0]
parameter 'minpoll' expects a value of type Optional[Variant[ntp::poll_interval = Integer[4, 17], Boolean]], Numeric, Pattern[/^-?(?:(?:[1-9]\d*)|0)(?:\.\d+)?(?:[eE]-?\d+)?$/], or Array[Variant[Numeric, Pattern[/^-?(?:(?:[1-9]\d*)|0)(?:\.\d+)?(?:[eE]-?\d+)?$/]]], got Hash[Unit, Unit, 0, 0]
parameter 'ntpsigndsocket' expects a match for Variant[Optional[Variant[stdlib::windowspath = Pattern[/^(([a-zA-Z]:[\\\/])|([\\\/][\\\/][^\\\/]+[\\\/][^\\\/]+)|([\\\/][\\\/]\?[\\\/][^\\\/]+))/], stdlib::unixpath = Pattern[/^\/([^\/\0]+\/*)+$/], Boolean]], stdlib::compat::absolute_path = Pattern[/^(([a-zA-Z]:[\\\/])|([\\\/][\\\/][^\\\/]+[\\\/][^\\\/]+)|([\\\/][\\\/]\?[\\\/][^\\\/]+))/, /^\//]], got Hash
parameter 'panic' expects a value of type Optional[Integer[0, default]], Numeric, Pattern[/^-?(?:(?:[1-9]\d*)|0)(?:\.\d+)?(?:[eE]-?\d+)?$/], or Array[Variant[Numeric, Pattern[/^-?(?:(?:[1-9]\d*)|0)(?:\.\d+)?(?:[eE]-?\d+)?$/]]], got Hash[Unit, Unit, 0, 0]
parameter 'step_tickers_epp' expects a String value, got Hash
parameter 'stepout' expects a value of type Optional[Variant[Integer[0, 65535], Boolean]], Numeric, Pattern[/^-?(?:(?:[1-9]\d*)|0)(?:\.\d+)?(?:[eE]-?\d+)?$/], or Array[Variant[Numeric, Pattern[/^-?(?:(?:[1-9]\d*)|0)(?:\.\d+)?(?:[eE]-?\d+)?$/]]], got Hash[Unit, Unit, 0, 0]
parameter 'tinker' expects a value of type Boolean or stdlib::compat::bool = Boolean, got Hash[Unit, Unit, 0, 0] at /etc/puppetlabs/code/modules/classroom/manifests/master/time.pp:41:3 on node master.puppetlabs.vm
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment