I'm writing a module that leverages yours and i've gotten it to start running but it dies at the end with:
Notice: /Stage[main]/Cobbler::Install/Package[cobbler]/ensure: created
Notice: /Stage[main]/Cobbler::Install/Package[syslinux]/ensure: created
Notice: /Stage[main]/Cobbler::Install/Package[syslinux-tftpboot]/ensure: created
Notice: /Stage[main]/Cobbler::Config/File[/etc/cobbler/settings]/content:
--- /etc/cobbler/settings 2014-12-31 17:01:16.000000000 +0000
+++ /tmp/puppet-file20170123-4358-r2gghe 2017-01-23 19:49:41.112227694 +0000
@@ -1,462 +1,107 @@
---
[...]
Info: Computing checksum on file /etc/cobbler/settings
Info: /Stage[main]/Cobbler::Config/File[/etc/cobbler/settings]: Filebucketed /etc/cobbler/settings to puppet with sum 94c2950ce13cc744fbb78f63dbdecabb
Notice: /Stage[main]/Cobbler::Config/File[/etc/cobbler/settings]/content: content changed '{md5}94c2950ce13cc744fbb78f63dbdecabb' to '{md5}e8ef5aa5230c43bbe929afee1e938feb'
Error: Failed to apply catalog: Connection refused - connect(2) for "127.0.0.1" port 80
puppetrun: ERROR: failed (rc=1)
It's unclear whether httpd is actually a prerequisite not mentioned for this module to be used?
I was under the (perhaps naive) assumption that this module would set up an httpd service as part of its run, to have an entire working cobbler environment (since one usually includes httpd as part of the installation normal).
Could you please clarify ?
I'm writing a module that leverages yours and i've gotten it to start running but it dies at the end with:
It's unclear whether httpd is actually a prerequisite not mentioned for this module to be used?
I was under the (perhaps naive) assumption that this module would set up an httpd service as part of its run, to have an entire working cobbler environment (since one usually includes httpd as part of the installation normal).
Could you please clarify ?