Schöke, Karsten
2013-Jan-30 13:31 UTC
[Puppet Users] puppetlabs-apt modul apt::source problem
Hi, a try to deploy apt-sources per puppetlabs-apt module and dont work. Here is my node configuration: import "apt" node debian inherits default { #defaults fuer apt module class { ''apt'': always_apt_update => false, disable_keys => undef, proxy_host => ''http://apt.domain.de'', proxy_port => ''3142'', purge_sources_list => false, purge_sources_list_d => true, purge_preferences_d => false } apt::source { "puppetlabs": location => "http://apt.puppetlabs.com", repos => "main", include_src => false, ensure => present; "lgb": location => "http://apt.domain.de/debian", release => "wheezy", repos => "main", ensure => present; } } The content of /etc/apt/sources.list.d/ directory was deleted, but no new entries are write.... Can help me? Thx Karsten -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Hi, a try to deploy apt-sources per puppetlabs-apt module and dont work. Here is my node configuration: import "apt" node debian inherits default { #defaults fuer apt module class { ''apt'': always_apt_update => false, disable_keys => undef, proxy_host => ''http://apt.domain.de'', proxy_port => ''3142'', purge_sources_list => false, purge_sources_list_d => true, purge_preferences_d => false } apt::source { "puppetlabs": location => "*http://apt.puppetlabs.com*<http://apt.puppetlabs.com/> ", repos => "main", include_src => false, ensure => present; "lgb": location => "*http://apt.domain.de/debian*<http://apt.domain.de/debian> ", release => "wheezy", repos => "main", ensure => present; } } The content of /etc/apt/sources.list.d/ directory was deleted, but no new entries are write…. Can help me? Thx Karsten -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.